Files
old-website/src/404.html
2023-07-26 20:03:24 +02:00

36 lines
1.3 KiB
HTML
Executable File

<!DOCTYPE html>
<html>
<head>
<title>404 - Page not Found - janishutz.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=7">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="robots" content="no-index">
<link rel="stylesheet" href="/css/mainstyle.css">
<script defer src="https://static.janishutz.com/libs/jquery/jquery.min.js"></script>
<script defer src="/js/loader.js"></script>
<style>
.huge {
font-size: 1000%;
margin: 0;
padding: 0;
margin-top: 15vh;
}
</style>
</head>
<body>
<div id="nav"></div>
<div class="content-wrapper">
<div class="content">
<h1 class="huge">404</h1>
<h2 class="content-title">Page not found</h2>
<p>The page that you are looking for does not exist. We are sorry for the inconvenience.</p>
<br><br><br>
<a href="/" class="button">Go to homepage</a>
</div>
</div>
<div id="footer"></div>
</body>
</html>