This repository has been archived by the owner on Apr 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 29
/
404.html
54 lines (53 loc) · 1.48 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
---
permalink: /404.html
---
<html>
<head>
<meta charset="utf-8">
<meta name="keywords" content="Terasology, Minecraft, Open, Source, Free, Dwarf, Fortress, Dungeon, Keeper, Voxel, Creature, Creatures, Empire, Civilization, Portal, Moving, Blocks">
<title> Terasology Project | 404 </title>
{% include imports.html %}
<style>
body{
background-color: #8bc34a !important;
}
.content-text {
font-family: 'Acme', sans-serif;
font-size: 3em;
}
.main-text {
font-family: 'Roboto', sans-serif;
font-weight: 500;
font-size: 10em;
}
.logo {
margin-bottom: 10%;
}
.btn-large {
margin-top: 15px;
width: 100%;
}
</style>
</head>
<body>
<main>
<div class="container">
<center>
<div class="row">
<img alt="Terasology" class="logo responsive-img" src="{{site.baseurl}}/img/logo.png">
</div>
<div class="row">
<div class="main-text light-green-text text-darken-4">404</div>
</div>
<div class="row">
<div class="content-text light-green-text text-darken-3">This is not the page you are looking for...</div>
</div>
<div class="row">
<div class="col s12 m10 l6 offset-m1 offset-l3"><a aria-label="Homepage" href="{{ site.baseurl }}/" class="waves-effect waves-teal btn-large blue-grey darken-4">Run back to base!</a></div>
</div>
</center>
</div>
</main>
{% include footer.html %}
</body>
</html>