-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
59 lines (57 loc) · 1.49 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
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
<html>
<head>
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/theme.css" />
<!-- get the required files from 3rd party sources -->
<link
href="https://fonts.googleapis.com/css?family=Roboto"
rel="stylesheet"
type="text/css"
/>
<meta
xmlns="http://www.w3.org/1999/xhtml"
property="og:site_name"
content="Soulfire's Wacky Web"
/>
<meta
xmlns="http://www.w3.org/1999/xhtml"
property="og:url"
content="https://soulfire.jarexibackblaze.xyz/"
/>
<meta
xmlns="http://www.w3.org/1999/xhtml"
property="og:locale"
content="en_US"
/>
<meta
xmlns="http://www.w3.org/1999/xhtml"
property="og:description"
content="Wacky Wolf on the Web"
/>
<meta
xmlns="http://www.w3.org/1999/xhtml"
name="theme-color"
content="orange"
/>
<meta
xmlns="http://www.w3.org/1999/xhtml"
name="color-scheme"
content="light dark"
/>
<meta
xmlns="http://www.w3.org/1999/xhtml"
name="viewport"
content="width=device-width, initial-scale=1"
/>
</head>
<body>
<div id="info" class="primary-container">
<div id="info-text" class="on-primary-container-text">
<h1>
404 - Page not found
</h1>
<p>I'm not sure what you came looking for, but it isn't here.</p>
</div>
</div>
</body>
</html>