forked from hakimel/404
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (26 loc) · 1.26 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>404</title>
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/404.css">
<link rel="stylesheet" href="css/main.css">
<body>
<header>
<a href="http://hakim.se/experiments/404">About this experiment</a>
<a href="https://github.com/hakimel/404">Fork on GitHub</a>
<div class="facebook-button">
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fhakim.se%2Fexperiments%2Fhtml5%2F404&layout=button_count&show_faces=false&width=90&action=like&font=arial&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:90px; height:21px;" allowTransparency="true"></iframe>
</div>
<div class="tweet-button">
<a href="http://twitter.com/share" class="twitter-share-button" data-text="A creepy 404 page created by @hakimel." data-url="http://hakim.se/experiments/html5/404" data-count="horizontal" data-related="hakimel"><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></a>
</div>
</header>
<div id="fof">
<div></div>
<canvas></canvas>
</div>
<script src="js/404.js"></script>
</body>
</html>