-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
41 lines (41 loc) · 1.1 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
<!DOCTYPE html>
<head>
<title>Magestick's cool website!</title>
</head>
<body>
<style>
body {
color: #d0d0d0;
font-family: 'Liberation Mono', 'Consolas', monospace;
background-color: #0000cc;
}
.header{
position: absolute;
left: 43%;
top: 43%;
}
.text{
position: absolute;
left: 37%;
top: 46%;
}
.reom{
position: absolute;
left: 32%;
top: 50%;
}
.ref{
position: absolute;
left: 43.2%;
top: 59%;
}
a{
color: #d0d0d0;
}
</style>
<div class="header"><span style="background-color: #d0d0d0;color: #0000cc;">Magestick's cool website!</span></div>
<div class="text"><p>The page you have requested is nowhere to be found.</p></div>
<div class="reom"><ul><li>This might be possible that you typed a link that doesn't exist.</li><li>Try looking for other pages that exist.</li></ul></div>
<div class="ref"><a href="https://magest1ckkz.github.io/">Return to the main page</a></div>
</body>
</html>