-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
36 lines (34 loc) · 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
---
permalink: /404.html
layout: page
---
<div class="container-fluid" style="
/* height: 100%; */
background: #000000;
background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 90%, rgba(33,33,33,1) 100%);
display: flex;
flex-direction: column;
align-content: center;
justify-content: center;
align-items: center;
min-height: 100%;
flex-grow: 1; color: white; padding-top: 90px;">
<p><img src="/assets/img/animated/black-hole-optimized.gif" style="width: 420px;" /></p>
<div style=" position: relative;
top: -59px;
text-align: center;
">
<h1 style="color:white;">404</h1>
The page you were seeking is not here
<div style="margin-top: 20px;"><a href="/{{ site.homepage }}" class="btn btn-primary mt-auto" style="/*height: 40px; */
margin-top: 20px;
/* display: flex; */
justify-content: center;
align-self: center;
align-items: center;
padding: 12px;
font-weight: 900;
background-color: #da3402;
">Take me home</a></div>
</div>
</div>