-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (38 loc) · 1.22 KB
/
index.html
File metadata and controls
47 lines (38 loc) · 1.22 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html>
<head>
<script data-ad-client="ca-pub-4272439442036720" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Fabio F. Destro</title>
<link rel="stylesheet" type="text/css" href="style.css" />
<link rel="shortcut icon" type="image/x-icon" href="img/favicon.ico" />
</head>
<body>
<header>
<div id="cabecalho">
<div id="conteudoCabe">
<div id="imgLogo">
<a href="index.html"><img src="img/logo.png" alt="Fabio F. Destro" /></a>
</div>
<nav>
<ul>
<li>
<a href="https://github.com/fbfdestro">github.com/fbfdestro</a>
</li>
<li>
<a href="mailto:fbfdestro@gmail.com">fbfdestro@gmail.com</a>
</li>
</ul>
</nav>
</div>
</div>
</header>
<main></main>
<footer>
<p>Fabio Fogarin Destro</p>
</footer>
<script src="resumeData.js"></script>
<script src="code.js"></script>
</body>
</html>