-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
39 lines (35 loc) · 1.19 KB
/
404.html
File metadata and controls
39 lines (35 loc) · 1.19 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
---
layout: blank
title: 404
---
<style>
.vertical-center {
min-height: 100%; /* Fallback for browsers do NOT support vh unit */
min-height: 100vh; /* These two lines are counted as one :-) */
display: flex;
align-items: center;
}
h1, h2, h3 {
color: white;
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
</style>
<body class="vertical-center" style="position: fixed; margin: 0; width: 100%; height: 100%;" data-vide-bg="/resources/404/404" data-vide-options="posterType: png," data-vide-options="loop: true, muted: true">
<div class="container centered">
<div class="row">
<div class="col-md-12">
<h1>
404 A-X-Robot Not found
</h1>
<h3>
Sorry, an error has occured, Requested page not found!
</h3>
<br>
<br>
<a href="{{ site.url }}" class="btn btn-info btn-lg"><span class="glyphicon glyphicon-home"></span> Take Me Home </a>
</div>
</div>
</div>
<script src="/resources/js/jquery-1.11.2.min.js"></script>
<script src="/resources/js/jquery.vide.min.js"></script>
</body>