-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path404.html
24 lines (23 loc) · 1.02 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
---
title: Error 404
layout: default
permalink: /404.html
---
<style>
body {
background-size: 100% 100%;
background-position: 0 0, 0 0, 0 0, 0 0, 0 0;
background-image: radial-gradient(49% 81% at 45% 47%, #03E4FF52 0%, #073AFF00 100%),
radial-gradient(113% 91% at 17% -2%, #00AAFFFF 1%, #FF000000 99%),
radial-gradient(142% 91% at 83% 7%, #3400FFFF 1%, #FF000000 99%),
radial-gradient(142% 91% at -6% 74%, #DF00FFFF 1%, #6200FF00 99%),
radial-gradient(142% 91% at 111% 84%, #9D00FFFF 0%, #6600FFFF 100%);
}
</style>
<body>
<div class="d-flex flex-column min-vh-100 justify-content-center align-items-center text-center text-white">
<h1 style="font-size: 14vh; font-weight: 700;">404</h1>
<h1 style="font-size: 9vh; font-weight: 400;">not found</h1>
<p style="font-size: 3vh;">nothing to see here, so why not head <a href="/" style="color: white; font-weight: 550;">back home</a></p>
</div>
</body>