-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
40 lines (33 loc) · 881 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>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<meta name="Description" content="Felippe Brandão - personal website and artistic portfolio">
<meta charset="utf-8"/>
<title>fefo</title>
<link rel="stylesheet" type="text/css" href="./style.css">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
<div class="inner">
<h1>fefo</h1>
<div style="width:50%;">
<hr noshade="noshade"/>
</div>
<nav>
<h3>
<a href="./bio">bio</a>
<a href="./mus">mus</a>
<a href="./img">img</a>
<a href="./blog">blog</a>
<a href="./feed">feed</a>
</h3>
</nav>
<div>
<img class="idx" src="./img/mini/perfil_mini.jpg" align="left">
</div>
<div id="canvas">
</div>
</div>
</body>
</html>