-
Notifications
You must be signed in to change notification settings - Fork 45
/
Copy path404.html
28 lines (27 loc) · 1.53 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Bomb Defusal Manual - Unofficial Translations</title>
<link rel="stylesheet" type="text/css" href="/assets/css/normalize.css">
<link rel="stylesheet" type="text/css" href="/assets/css/index.css">
<link href='http://fonts.googleapis.com/css?family=Cabin' rel='stylesheet' type='text/css'>
<link rel="icon" href="/favicon.ico" type="image/ico">
</head>
<body>
<img class="header" src="header.png">
<div class="section" align="center">
<h1>Error 404: Not Found</h1>
<img src="/assets/img/file-not-found-icon-opaque.png" style="padding: 1em 0">
<p>Sorry, but the page or file that you were trying to view does not exist.<br>Please make sure that you have typed the website address correctly.</p>
</div>
<footer>
<p class="whitefont textcenter">Find out more about Keep Talking and Nobody Explodes at <a
href="http://www.keeptalkinggame.com">www.keeptalkinggame.com</a></p>
</footer>
<a href="https://github.com/bombmanual"><img style="position: absolute; top: 0; right: 0; border: 0;"
src="https://camo.githubusercontent.com/365986a132ccd6a44c23a9169022c0b5c890c387/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f7265645f6161303030302e706e67"
alt="Fork me on GitHub"
data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png"></a>
</body>
</html>