-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path404.html
49 lines (39 loc) · 906 Bytes
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
---
permalink: /404.html
---
<!DOCTYPE html>
<html lang="en">
<meta charset="UTF-8">
<title>Casual ARMS</title>
<link rel="stylesheet" href="/assets/style.css">
<style type="text/css">
/* CSS below here */
#container > p {
text-align: center;
line-height: normal;
}
.large {
font-size: 10em;
font-weight: bold;
font-family: ARMS;
background-color: black;
color: white;
padding: 0 0.5em;
line-height: 1.5em;
border-top-left-radius: 0.8em 100%;
border-bottom-right-radius: 0.8em 100%;
}
</style>
</head>
<body>
<h1><a href="/">Casual ARMS</a></h1>
<div id="container">
<!-- HTML below here -->
<p>
<span class="large">404</span>
<br/>
Master Mummy's family (still) not found.
</p>
<p><a href="mailto:[email protected]">Contact the admins</a> or <a href="https://www.casualarms.net/">go to the main menu</a>.</p>
</div>
</body>