This repository was archived by the owner on Jan 23, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
46 lines (46 loc) · 2.29 KB
/
404.html
File metadata and controls
46 lines (46 loc) · 2.29 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
<html>
<head>
<link href="/style.css" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="favicon.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="type" content="website">
<meta property="url" content="https://sonic-lockandload.github.io">
<meta property="title" content="Sonic: Lock & Load">
<meta property="author" content="Arsalan Kazmi">
<meta property="description" content="A first-person shooter on the GZDoom source port based on the Sonic the Hedgehog series.">
<meta property="image" content="banner.png">
<meta property="image:type" content="image/png">
<meta property="image:width" content="730">
<meta property="image:height" content="512">
<script src="https://kit.fontawesome.com/56b6b2df41.js" crossorigin="anonymous"></script>
<title>Sonic: Lock & Load » Not Found</title>
<style>
body {
background-image:url("line-blue-bg.png");
background-color: #002BB5;
}
p, a {
color: white;
font-size: 24px;
font-family: "Comic Sans MS", sans-serif;
}
#content {
max-width: 950px;
margin: 10% auto;
}
@media only screen and (max-width: 1012px) { #content { max-width: 95%; } }
</style>
</head>
<body>
<img src="characters/sonic.png" style="width:40%;opacity:0.5;float:right"/>
<div id="content">
<p>I'm Sonic, Sonic the Hedgehog!</p>
<br>
<p>After your browser gave the request to go find the page you asked for, we went off to look for it. Unfortunately, we found nothing.</p>
<p>The page might have been deleted, or never existed in the first place. You should check the address to make sure you didn't miss anything.</p>
<p>It might be the author's fault. <a href="https://github.com/Sonic-LockandLoad/sonic-lockandload.github.io/issues/new">You can let him know</a>.</p>
<br>
<p>In the meantime, you can <a href="index.html">go back to the home page</a>.</p>
</div>
</body>
</html>