-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
64 lines (56 loc) · 1.76 KB
/
404.html
File metadata and controls
64 lines (56 loc) · 1.76 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" type="image/x-icon" href="./favicon.ico" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#CCCCCC"/>
<meta property="og:image" content="/icon_maskable_192.png" />
<meta name="description" content="Unbox is a mod of UltraBox." />
<title>Unbox 404</title>
<style type="text/css">
html {
background: var(--page-margin, black);
overflow-x: hidden;
font-size: large;
font-family: 'B612', sans-serif;
line-height: 1.3;
color: var(--primary-text, white);
}
body {
margin: auto;
overflow-x: hidden;
display: flex;
flex-direction: column;
align-items: center;
align-content: center;
}
h1 {
font-size: 1.7rem;
text-align: center;
margin-top: 0.5em;
margin-bottom: 0.5em;
-webkit-text-stroke-width: 0;
}
h2 {
font-size: 1.5rem;
text-align: center;
margin-top: 0.5em;
margin-bottom: 0.5em;
-webkit-text-stroke-width: 0;
}
a {
color: var(--link-accent, #98f);
}
</style>
</body>
<!--<font color="#9c64f7">404</font>-->
<h1>... oops.</h1>
<p>So it seems that, for whatever reason, you hit a 404. You let that cactus hit you, didn't ya.</p>
<!-- <h1><img id="404" src="uh_oh_404.png" /></h1>
<audio controls="false" autoplay="true" loop="true">
<source src="Game_Over.ogg" type="audio/ogg">
Your browser does not support the audio element.
</audio> -->
</body>
</html>