small fixes

This commit is contained in:
Barry Batsbakkus 2023-12-19 17:01:24 +01:00
parent 7e189d6906
commit 200a07b8e9
3 changed files with 62 additions and 74 deletions

View File

@ -4,75 +4,47 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>500 | Internal Server Error</title>
<meta name="description" content="A 500 error status implies that there is an internal server error">
<meta property="og:title" content="500">
<meta property="og:description" content="A 500 error status implies that there is an internal server error">
<title>404 | Not found</title>
<meta name="description" content="A 404 error status implies that the file or page that you're looking for could not be found.">
<meta property="og:title" content="404 | Page Not Found">
<meta property="og:description" content="A 404 error status implies that the file or page that you're looking for could not be found.">
</head>
<!--[if lt IE 8]>
<p class="js-fail text-center animated slideInDown">You are using an outdated browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p><![endif]-->
<noscript class="js-fail text-center animated slideInDown">Javascript required to run this website</noscript>
<link rel="preload" href="../background-video-master/fonts/CyberdyneOutline.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="../background-video-master/fonts/AvengeanceHeroicAvengerNormal.woff2" as="font" type="font/woff2" crossorigin>
<body class="skynet-2">
<body class="avengers">
<div class="video-overlay"></div>
<div class="frame">
<header class="wrapper">
<div class="bit-10 left">
<div class="skynet-watermark"><img src="../background-video-master/video/skynet.png" alt="Error Skynet Launch"></div></div>
<div class="bit-80 right">
<div class="glitch">
<h1>
<div class="line">Error 500</div>
<div class="line">Error 500</div>
<div class="line">Error 500</div>
<div class="line">Error 500</div>
<div class="line">Error 500</div>
<div class="line">Error 500</div>
<div class="line">Error 500</div>
<div class="line">Error 500</div>
<div class="line">Error 500</div>
</h1>
</div>
</div>
<div class="bit-1 text-center">
<h2>Internal server error </h2>
<p>Server meltdown - Please evacuate</p>
<h1>Avengers please help!</h1>
<h2>Error 404 - page not found</h2>
<p>The 404 Not Found HTTP status code is a client error used to indicate that a resource was not found at the specified address. It is most likely the result of a dead link or a misspelled address.</p>
</div>
</header>
<main class="wrapper">
</main>
<footer class="wrapper fixed bottom">
<strong class="left">
<script>document.write('<a class="button btn" onclick="goBack()" href="' + document.location.hostname + '" title="&larr; BACK TO ' + window.location.hostname + '"> &nbsp;<< &nbsp; previous page &nbsp;</a>');</script>
<script>document.write('<a class="button btn" onclick="goBack()" href="' + document.location.hostname + '" title="&larr; BACK TO ' + window.location.hostname + '">&nbsp;&nbsp;&nbsp;previous page&nbsp;&nbsp;&nbsp;</a>');</script>
</strong>
<strong class="right"><script>document.write(new Date().getFullYear());</script> | errorpages on steroids &trade;</strong>
<strong class="right"><script>document.write(new Date().getFullYear());</script> - errorpages on steroids &trade;</strong>
</footer>
</div>
<script src="js/background-video.js"></script>
<link type="text/css" href="fonts/stylesheet.css" rel="stylesheet" />
<link type="text/css" href="css/background-video.css" rel="stylesheet" />
<link type="text/css" href="css/grid.css" rel="stylesheet" />
<style>
.skynet-watermark img {width:100%}
.skynet-watermark {
display: block;
position:relative;
z-index: 900;
<script src="js/background-video.js"></script>
<link href="fonts/stylesheet.css" rel="stylesheet">
<link href="css/grid.css" rel="stylesheet">
<link href="css/background-video.css" rel="stylesheet">
}
</style>
<script>
new BackgroundVideo({
video: [{file: "video/skynet.mp4" // formats: ["mp4"]
video: [{file: "video/avengers.webm" // formats: ["mp4"]
}, ]
});
</script>
</body>
</html>
</html>

View File

@ -4,47 +4,56 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>404 | Not found</title>
<meta name="description" content="A 404 error status implies that the file or page that you're looking for could not be found.">
<meta property="og:title" content="404 | Page Not Found">
<meta property="og:description" content="A 404 error status implies that the file or page that you're looking for could not be found.">
<title>500 | Internal Server Error</title>
<meta name="description" content="A 500 error status implies that there is an internal server error">
<meta property="og:title" content="500">
<meta property="og:description" content="A 500 error status implies that there is an internal server error">
</head>
<!--[if lt IE 8]>
<p class="js-fail text-center animated slideInDown">You are using an outdated browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p><![endif]-->
<!--[if lt IE 8]> <p class="js-fail text-center animated slideInDown">You are using an outdated browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p><![endif]-->
<noscript class="js-fail text-center animated slideInDown">Javascript required to run this website</noscript>
<link rel="preload" href="../background-video-master/fonts/AvengeanceHeroicAvengerNormal.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="../background-video-master/fonts/CyberdyneOutline.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="../background-video-master/fonts/Cyberdyne.woff2" as="font" type="font/woff2" crossorigin>
<body class="avengers">
<body class="skynet-2">
<div class="video-overlay"></div>
<div class="frame">
<header class="wrapper">
<header class="wrapper">
<div class="bit-10 left">
<div class="skynet-watermark"><img src="../background-video-master/video/skynet.png" alt="Error Skynet Launch"></div></div>
<div class="bit-80 right">
<div class="glitch">
<h1>
<div class="line">Error 500</div>
<div class="line">Error 500</div>
<div class="line">Error 500</div>
<div class="line">Error 500</div>
<div class="line">Error 500</div>
<div class="line">Error 500</div>
<div class="line">Error 500</div>
<div class="line">Error 500</div>
<div class="line">Error 500</div>
</h1>
</div>
</div>
<div class="bit-1 text-center">
<h1>Avengers please help!</h1>
<h2>Error 404 - page not found</h2>
<p>The 404 Not Found HTTP status code is a client error used to indicate that a resource was not found at the specified address. It is most likely the result of a dead link or a misspelled address.</p>
<h2>Internal server error </h2>
<p>The 500 Internal Server Error status code is a catch-all server error and the HTTP request can not be fulfilled</p>
</div>
</header>
<main class="wrapper">
</main>
<footer class="wrapper fixed bottom">
<strong class="left">
<script>document.write('<a class="button btn" onclick="goBack()" href="' + document.location.hostname + '" title="&larr; BACK TO ' + window.location.hostname + '">&nbsp;&nbsp;&nbsp;previous page&nbsp;&nbsp;&nbsp;</a>');</script>
<script>document.write('<a class="button btn" onclick="goBack()" href="' + document.location.hostname + '" title="&larr; BACK TO ' + window.location.hostname + '"> &nbsp;<< &nbsp; previous page &nbsp;</a>');</script>
</strong>
<strong class="right"><script>document.write(new Date().getFullYear());</script> - errorpages on steroids &trade;</strong>
<strong class="right"><script>document.write(new Date().getFullYear());</script> | errorpages on steroids &trade;</strong>
</footer>
</div>
<script src="js/background-video.js"></script>
<link href="fonts/stylesheet.css" rel="stylesheet">
<link href="css/grid.css" rel="stylesheet">
<link href="css/background-video.css" rel="stylesheet">
<script>
new BackgroundVideo({
video: [{file: "video/avengers.webm" // formats: ["mp4"]
}, ]
});
</script>
<script src="js/background-video.js"></script>
<link type="text/css" href="fonts/stylesheet.css" rel="stylesheet" />
<link type="text/css" href="css/background-video.css" rel="stylesheet" />
<link type="text/css" href="css/grid.css" rel="stylesheet" />
<script>new BackgroundVideo({video: [{file: "video/skynet.mp4", formats: ["mp4"]}, ]});</script>
</body>
</html>
</html>

View File

@ -67,6 +67,13 @@ body.skynet-2 {
font-family: 'Cyberdyne',sans-serif;
}
.skynet-watermark img {width:100%}
.skynet-watermark {
display: block;
position:relative;
z-index: 900;
}
body.avengers {
font-family: 'Avengeance Heroic Avenger',sans-serif;
}