ninjacheetah.github.io/404.html
2022-10-23 20:30:52 -04:00

116 lines
3.2 KiB
HTML

---
title: Error 404
layout: nofooter
permalink: /404.html
---
<style>
a, a:hover {
color:#fff;
text-decoration :none;
}
body {
background-color: #000000;
}
.nav ul {
background-color: #000000;
}
.neonText {
font-family: "Vibur", sans-serif;
color: #fff;
text-shadow:
0 0 7px #fff,
0 0 10px #fff,
0 0 21px #fff,
0 0 42px #0fa,
0 0 82px #0fa,
0 0 92px #0fa,
0 0 102px #0fa,
0 0 151px #0fa;
}
@keyframes pulsate0 {
100% {
/* Larger blur radius */
text-shadow:
0 0 4px #fff,
0 0 11px #fff,
0 0 19px #fff,
0 0 40px #0fa,
0 0 80px #0fa,
0 0 90px #0fa,
0 0 100px #0fa,
0 0 150px #0fa;
}
0% {
/* A slightly smaller blur radius */
text-shadow:
0 0 4px #fff,
0 0 10px #fff,
0 0 18px #fff,
0 0 38px #0fa,
0 0 73px #0fa,
0 0 80px #0fa,
0 0 94px #0fa,
0 0 140px #0fa;
}
}
@keyframes pulsate1 {
100% {
/* Larger blur radius */
text-shadow:
0 0 4px #fff,
0 0 11px #fff,
0 0 19px #fff,
0 0 40px #0c1,
0 0 80px #0c1,
0 0 90px #0c1,
0 0 100px #0c1,
0 0 150px #0c1;
}
0% {
/* A slightly smaller blur radius */
text-shadow:
0 0 4px #fff,
0 0 10px #fff,
0 0 18px #fff,
0 0 38px #0c1,
0 0 73px #0c1,
0 0 80px #0c1,
0 0 94px #0c1,
0 0 140px #0c1;
}
}
@keyframes pulsate2 {
100% {
/* Larger blur radius */
text-shadow:
0 0 4px #fff,
0 0 11px #fff,
0 0 19px #fff,
0 0 40px #f00,
0 0 80px #f00,
0 0 90px #f00,
0 0 100px #f00,
0 0 150px #f00;
}
0% {
/* A slightly smaller blur radius */
text-shadow:
0 0 4px #fff,
0 0 10px #fff,
0 0 18px #fff,
0 0 38px #f00,
0 0 73px #f00,
0 0 80px #f00,
0 0 94px #f00,
0 0 140px #f00;
}
}
</style>
<div class="text-center" style="color:#fff;">
<h1 style="margin-top:48px;font-size:84px;margin-bottom:0;font-weight:normal;animation: pulsate0 0.11s ease-in-out infinite alternate;">404</h1>
<h1 style="margin-top:0;font-weight:normal;" class="neonText">Not Found</h1>
<p style="animation: pulsate1 0.11s ease-in-out infinite alternate;margin-top:64px;"><a href="javascript:window.history.back()">LOAD SAVE</a></p>
<p style="animation: pulsate2 0.11s ease-in-out infinite alternate;margin-bottom:64px;"><a href="/">NEW GAME</a></p>
</div>