forked from barryclark/jekyll-now
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenlaces.html
60 lines (42 loc) · 1.22 KB
/
enlaces.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Enlaces | f3rran</title>
<link rel="stylesheet" href="estilo.css">
<link rel="shortcut icon" href="img/logo.png" type="image/x-icon">
</head>
<body>
<!-- Logo-->
<img src="img/logo.png" alt="Logotipo" class="logo">
<h3>@f3rran</h3>
<hr>
<h3>Redes</h3>
<div class="boton">
<a href="https://f3rran.github.io">📚Web</a>
</div>
<div class="boton">
<a href="https://wwww.youtube.com/f3rran">Youtube</a>
</div>
<div class="boton">
<a href="https://anchor.fm/f3rran">🎧Podcast</a>
</div>
<div class="boton">
<a href="https://www.pinterest.es/f3rranyt/">Pinterest</a>
</div>
<hr>
<h3>Proyectos</h3>
<div class="boton">
<a href="https://gymtrao.com">Gymtrao - Gym Tracking Online</a>
</div>
<hr>
<h3>Compras</h3>
<div class="boton">
<a href="https://amzn.to/33nSjK3">🔥¡Compra en Amazon!</a>
</div>
<div class="boton">
<a href="http://t.me/enlacesamazon">🔥¡Los mejores productos de Amazon!</a>
</div>
</body>
</html>