-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (33 loc) · 996 Bytes
/
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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<title>Portfólio - Luiz Henrique</title>
<meta charset="utf-8">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="container">
<header>
<h1>SITE EM MANUTENÇÃO</h1>
</header>
<div>
<h3>
<p> Contudo, acesse meu projeto:
<a href="Origamid Projects/bikecraft mine/web/index.html">Projeto Bikcraft</a>
</p>
</h3>
</div>
<footer>
<p>Site sendo desenvolvido por <strong>Luiz Henrique Menezes</strong></p> <br>
</footer>
</div>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ENLS49CXFW"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-ENLS49CXFW');
</script>
</body>
</html>