-
Notifications
You must be signed in to change notification settings - Fork 1
/
404.html
38 lines (35 loc) · 850 Bytes
/
404.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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<meta charset="utf-8"/>
<script src="./p5/p5.min.js"></script>
<script src="./p5/addons/p5.sound.min.js"></script>
<title>fefo . 404!</title>
<link rel="stylesheet" type="text/css" href="/style.css">
</head>
<body>
<div class="inner">
<h1>fefo . 404!</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>
<br>
<div>
<p>Não há nada aqui... ainda?</p>
</div>
<div id="canvas">
</div>
</div>
<script src="./scripts/ball.js" charset="utf-8"></script>
</body>
</html>