-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
48 lines (47 loc) · 1.5 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE HTML>
<html lang="pt-br">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Estefanio N Santos</title>
<link rel="stylesheet" href="https://dobokcss.github.io/v/0.23.0/css/reset.min.css" type="text/css" media="all" />
<link rel="stylesheet" href="https://dobokcss.github.io/v/0.23.0/css/style.min.css" type="text/css" media="all" />
<script async src="https://www.googletagmanager.com/gtag/js?id=G-9LPSBHG2ZT"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-9LPSBHG2ZT');
</script>
</head>
<body>
<h1 class="none">Follow Me</h1>
<div class="container mt_1">
<div class="row">
<aside class="gr gr_12">
<h1 class="none">Social Network</h1>
<ul class="lt_x">
<li>
<a href="https://estefanionsantos.github.io/go/yt">
<img src="asset/img/sn/yt-b-32.png" alt="youtube"/>
</a>
</li>
<li>
<a href="https://estefanionsantos.github.io/go/ig">
<img src="asset/img/sn/ig-b-32.png" alt="instagram"/>
</a>
</li>
<li>
<a href="https://estefanionsantos.github.io/go/gh">
<img src="asset/img/sn/gh-b-32.png" alt="github"/>
</a>
</li>
</ul>
</aside>
<header class="gr gr_12 mt_1">
<h1 class="tx_lg">Estefanio N Santos</h1>
</header>
</div>
</div>
</body>
</html>