-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
41 lines (40 loc) · 1.18 KB
/
404.html
File metadata and controls
41 lines (40 loc) · 1.18 KB
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
39
40
41
<!DOCTYPE html>
<html oncontextmenu="return false;"><style type="text/css" id="night-mode-pro-style"></style>
<link type="text/css" rel="stylesheet" id="night-mode-pro-link">
<head>
<meta http-equiv="content-type" content="text/html; charset=windows-1252">
<title> THE CRYPT </title>
<link rel="shortcut icon" href="http://crypt.zapto.org/favicon.png">
<link rel="stylesheet" type="text/css" href="style_sheet.css">
<style>
p {
color: #B0B0B0;
}
h1 {
color: #00FF00;
font-family: "MeyrinRegular";
font-weight: normal;
font-style: normal;
font-size: 350%;
}
@font-face {
font-family: 'MeyrinRegular';
src:
local('Meyrin'),
local('MeyrinRegular'),
url('MeyrinRegular.ttf');
}
</style>
</head>
<body>
<div class="container">
<div class="middle">
<div class="content">
<h1>404</h1>
<p>Torch in hand, you creep through the dark depths of <i>The Crypt</i>.<br>A place that promised riches and loot to those who dared enter.<br>You frantically search through the darkness, grasping at thin air, ultimately finding nothing.</p><br>
<a href="index.html">RETURN</a>
</div>
</div>
</div>
</body>
</html>