-
Notifications
You must be signed in to change notification settings - Fork 13
/
404.html
24 lines (23 loc) · 960 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
---
title: 404
layout: default
permalink: /404.html
---
<!DOCTYPE html>
<html>
<head>
<title>Error 404</title>
<style>
.backgroundImage { background-image: url("/assets/images/Centural_Backdrop_9.png"); /*Background Ranges from 0-9*/ background-attachment: fixed; height: 100%; background-position: center; background-repeat: no-repeat; background-size: cover;}
.generaltext {border: 1px solid black; background-color: rgba(99, 99, 99, 0.442); font-family: 'Ubuntu Mono'; margin: 4% 20%; padding: 3%; color: white; text-shadow: 6px 5px 4px black;}
</style>
</head>
<body>
<div class="generaltext">
<h1>Error 404</h1>
<h2>Look's like you hit a dead end. Why don't you explore somewhere else?</h2>
<h1>Gamer Style <i>or language</i>:</h1>
<h3>▶ User fell out of the world (Error code: 404 BAD_LINK)</h3>
</div>
</body>
</html>