-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
31 lines (31 loc) · 819 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
<!DOCTYPE html>
<html>
<head>
<title>Page Not Found!</title>
<style>
@font-face { font-family: cinecaption; src: url('cinecaption.ttf'); }
p {
font-family: cinecaption
}
h1 {
font-family: cinecaption
}
h2 {
font-family: cinecaption
}
h3 {
font-family: cinecaption
}
h4 {
font-family: cinecaption
}
h5 {
font-family: cinecaption
}
</style>
</head>
<h3>Oops!</h3>
<p>We have Ran into a Problem!</p>
<h5>Maybe you have<br/>1. Entered the Wrong URL<br/>2. This Page Doesnt Exist<br/>You should try going <a href='https://argentarc.github.io/arcueidarcade/'>back</a>!</h5>
<img style='width:auto;max-height: 256px;' alt='neconotfound' src='https://arcueidarcade.neocities.org/neconotfound.png' />
</html>