Files
pfostendynamics.com/404.html
T

33 lines
1.2 KiB
HTML

<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]> <html class="no-js"> <!--<![endif]-->
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Error 404 - Not found</title>
<meta name="description" content="404 Error Page" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="https://pfostendynamics.com/css/error.css" />
<link
href="https://fonts.googleapis.com/css2?family=Inconsolata:wght@500&display=swap"
rel="stylesheet"
/>
<link rel="icon" href="https://pfostendynamics.com/img/nyancat.ico" />
</head>
<body class="disable-select">
<a
href="https://pfostendynamics.com/"
draggable="false"
ondragstart="return false;"
>
<div class="container disable-select">
<p style="padding-top: calc(40%)">Error 404 - Page not found</p>
<p style="padding-top: calc(50%)">Click here to go to main page</p>
</div>
</a>
</body>
</html>