errorpages-on-acid/400.html

55 lines
3.2 KiB
HTML
Raw Permalink Normal View History

2023-12-19 16:52:51 +01:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>400 | Bad request</title>
<meta name="description" content="A 400 error status implies that the request could not be understood by the server due to malformed syntax.">
<meta property="og:title" content="400 | Bad request">
<meta property="og:description" content="A 400 error status implies that the request could not be understood by the server due to malformed syntax.">
2023-12-19 18:00:23 +01:00
<link rel="shortcut icon" href="../errorpages-on-steroids/img/flame.ico/favicon.ico" type="image/x-icon">
<link rel="icon" href="../errorpages-on-steroids/img/flame.ico/favicon.ico" type="image/x-icon">
2023-12-19 18:27:53 +01:00
<link rel="apple-touch-icon" sizes="180x180" href="../errorpages-on-steroids/img/flame.ico/apple-touch-icon.png">
2023-12-19 18:00:23 +01:00
<link rel="icon" type="image/png" sizes="32x32" href="../errorpages-on-steroids/img/flame.ico/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="../errorpages-on-steroids/img/flame.ico/favicon-16x16.png">
2023-12-19 18:27:53 +01:00
<link rel="manifest" href="../errorpages-on-steroids/img/flame.ico/site.webmanifest">
<link rel="mask-icon" href="../errorpages-on-steroids/img/flame.ico/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="../errorpages-on-steroids/img/flame.ico/favicon.ico">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-config" content="../errorpages-on-steroids/img/flame.ico/browserconfig.xml">
2023-12-19 18:00:23 +01:00
<meta name="theme-color" content="#ffffff">
2023-12-19 18:27:53 +01:00
<link rel="preload" href="./fonts/CheapFire.woff2" as="font" type="font/woff2" crossorigin>
2023-12-19 16:52:51 +01:00
</head>
2023-12-19 18:27:53 +01:00
<body class="fire">
<!--[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>
2023-12-19 16:52:51 +01:00
<div class="frame">
<header class="wrapper">
<div class="bit-1 text-center">
<div class="flame">
<h1><span>Error 400</span></h1>
<h2><span>Bad request</span></h2>
<p class="blazing">The request could not be understood by the server due to malformed syntax. Usually this is because of a error in the http client itself or a plugin/addon/malware loaded in the http client. </p>
</div>
</div>
</header>
<main class="wrapper">
</main>
<footer class="wrapper fixed bottom">
<strong class="left">
<script>document.write('<a class=" blazing" onclick="goBack()" href="' + document.location.hostname + '" title="&larr; BACK TO ' + window.location.hostname + '">&nbsp;&nbsp;<< previous page &nbsp;&nbsp;</a>');</script>
</strong>
2023-12-19 18:00:23 +01:00
<strong class="right"><span class="blazing"><script>document.write(new Date().getFullYear());</script> | errorpages on steroids &trade;</span></strong>
2023-12-19 16:52:51 +01:00
</footer>
</div>
2023-12-19 18:27:53 +01:00
<div class="video-overlay"></div>
2023-12-19 16:52:51 +01:00
<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/fire.mp4" , formats: ["mp4"]},]});</script>
</body>
</html>