2020-10-23 10:09:32 +02:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "UTF-8" >
< title > 404 - Page not found< / title >
2020-12-20 01:23:40 +01:00
< link href = "/css/error.css" rel = "stylesheet" >
< script src = "https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js" > < / script >
< script src = "https://www.mattboldt.com/demos/typed-js/js/typed.custom.js" > < / script >
2020-10-23 10:09:32 +02:00
< / head >
< body >
2020-12-02 22:38:05 +01:00
<!-- Matomo Image Tracker -->
< img src = "https://matomo.jonasled.de/matomo.php?idsite=1&rec=1" style = "border:0" alt = "" / >
<!-- End Matomo -->
2020-12-20 01:23:40 +01:00
< div id = "particles-js" > < / div >
< div class = "terminal-window" >
< header >
< div class = "button green" > < / div >
< div class = "button yellow" > < / div >
< div class = "button red" > < / div >
< / header >
< section class = "terminal" >
< div class = "history" > < / div >
$ < span class = "prompt" > < / span >
< span class = "typed-cursor" > < / span >
< / section >
2020-10-23 10:09:32 +02:00
< / div >
2020-12-20 01:23:40 +01:00
<!-- data -->
< div class = "terminal-data mimik-run-output" >
2020-10-23 10:09:32 +02:00
< / div >
2020-12-20 01:23:40 +01:00
< script >
var data = [
{
action: 'type',
strings: ["Accessing files.."],
output: 'grabbing files..< br > < br > ',
postDelay: 1000
},
{
action: 'type',
strings: ["404 File not found"],
output: '< span class = "gray" > It looks like you want to access a file that\'s not available< />< br > ',
postDelay: 1000
},
{
action: 'type',
strings: ["These are not the error codes you're looking for.", 'Please either report this error to an administrator or return back and forget you were here...'],
postDelay: 2000
}
];
< / script >
< script src = "/js/error.js" > < / script >
2020-10-23 10:09:32 +02:00
< / body >
< / html >