-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path404.html
36 lines (35 loc) · 1.48 KB
/
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
<!DOCTYPE html>
<html>
<head>
<title>Acute Programming Language</title>
<meta charset='UTF-8' />
<meta content='IE=edge,chrome=1' http-equiv='X-UA-Compatible' />
<meta content='width=device-width, initial-scale=1.0' name='viewport' />
<link href='css/style.css' rel='stylesheet' />
</head>
<body>
<div id='container'>
<div id='header'>
<h1><a href="/" style="text-decoration:none;background-color:#fff">404</a></h1>
<h6>Something clever follows...</h6>
</div>
<div id='content'>
<h1 style="text-align: center;">Hoooooray!</h1>
<p style="text-align: center;">
You broke the internet.
</p>
<div style="width:640px;margin-left:auto;margin-right:auto;">
<object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/VFo_y0DC8vE?fs=1&hl=en_US"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/VFo_y0DC8vE?fs=1&hl=en_US$&showsearch=0&start=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" allownetworking="" width="640" height="385"></embed></object>
</div>
</div>
<div id='footer'>
<p>
Generated by
<a href='http://sinefunc.com/proton/'>Proton</a>
and hosted on
<a class='period' href='https://github.com/'>GitHub</a>
</p>
</div>
</div>
</body>
</html>