-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (33 loc) · 1.48 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pokéxolotl</title>
<link rel="icon" href="IMG/Pokexolotl_Icon.png" type="image/x-icon">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<main>
<section class="axo">
<img src="IMG/Pokexolotl_Icon.png" alt="LogoPokéxolotl">
</section>
<section class="social-links">
<h2>Síguenos en nuestras redes sociales:</h2>
<ul>
<li><a href="https://bit.ly/3vPfUX6" target="_blank">Campfire</a></li>
<li><a href="https://www.facebook.com/Pokexolotl" target="_blank">Facebook</a></li>
<li><a href="https://discord.gg/7mRTUTtAFv" target="_blank">Discord</a></li>
<li><a href="https://www.instagram.com/pokexolotl/?igshid=MzRlODBiNWFlZA%3D%3D" target="blank">Instagram</a></li>
<li><a href="https://twitter.com/pokexolotl?s=21&t=2W6CT5NLUsasJpbAxfYRDA" target="_blank">X (Twitter)</a></li>
<li><a href="https://www.youtube.com/@Pokexolotl" target="_blank">Youtube</a></li>
<li><a href="https://www.tiktok.com/@pokexolotl?lang=es" target="_blank">TikTok</a></li>
</ul>
</section>
</main>
</body>
<footer>
<p>Pokéxolotl | Ancient Memories</p>
<p>© Designed by <a href="https://github.com/IrwingTC" target="_blank">Irwing TC</a></p>
</footer>
</html>