-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (27 loc) · 1.35 KB
/
index.html
File metadata and controls
33 lines (27 loc) · 1.35 KB
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="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="estilo.css">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximun-scale=1.0, minimun-scale=1.0">
<link rel="icon" href="imagenes/icono_redes.gif">
<title>Mis Redes Aron Reyes</title>
</head>
<body>
<div class="contenedor">
<div class="titulo">
<h1>Todas mis Redes</h1>
</div>
<div class="redes">
<a id="insta" href="https://www.instagram.com/aaronreyes.c/?hl=es" target="BLANK_">Instagram</a>
<a id="face" href="https://www.facebook.com/aaronjosue.reyescarvajal" target="BLANK_">Facebook</a>
<a id="youtu" href="https://www.youtube.com/channel/UCkAlkPbJq3QYRVAYLuKhONg" target="BLANK_">Youtube</a>
<a id="tik_tok" href="https://vm.tiktok.com/ZM8YAMrp4/" target="BLANK_">Tik Tok</a>
<a id="discort" href="https://discord.gg/rdBsS3R9" target="BLANK_">Discort</a>
<!-- <a id="wp" href="https://api.whatsapp.com/send/?phone=593990441632&text&app_absent=0" target="BLANK_">Whatsapp</a> -->
</div>
</div>
</body>
</html>