mirror of
https://github.com/rvtr/ninjacheetah.github.io.git
synced 2025-06-18 19:15:31 -04:00
24 lines
776 B
HTML
24 lines
776 B
HTML
---
|
|
title: Error 404
|
|
layout: nofooter
|
|
permalink: /404.html
|
|
---
|
|
|
|
<style>
|
|
a {
|
|
color:#fff;
|
|
text-decoration:none;
|
|
}
|
|
body {
|
|
background-color: #000000;
|
|
}
|
|
.nav ul {
|
|
background-color: #000000;
|
|
}
|
|
</style>
|
|
<div class="centertext" 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> |