-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy path404.html
More file actions
31 lines (22 loc) · 690 Bytes
/
404.html
File metadata and controls
31 lines (22 loc) · 690 Bytes
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
---
permalink: 404.html
title: Page not found
---
<!DOCTYPE html>
<html lang="en">
<head>
<title>404'd</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
</head>
<body>
<div class="container">
<p><img src="/igor.gif" style="width:200px;height:220px;"><br><i> So, the game is over... What a truly foolish end... </i> (404)</p>
</div>
<div class="container">
<h3 id="wells" class="page-header"> </h3>
</div>
</body>
</html>