Files
Old_Website/docs/404.html
WickedJack99 ff5f5273da 0039
2022-09-26 00:37:56 +02:00

62 lines
1.7 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css'>
<link rel="stylesheet" href="/website/assets/css/">
</head>
<body>
<nav> |
<a href="/website/index.html" >Home</a> |
<a href="/website/about.html" >About</a> |
<a href="/website/blog.html" >Blog</a> |
</nav>
<style type="text/css" media="screen">
.container {
margin: 10px auto;
max-width: 600px;
text-align: center;
}
h1 {
margin: 30px 0;
font-size: 4em;
line-height: 1;
letter-spacing: -1px;
}
</style>
<div class="container">
<h1>404</h1>
<p><strong>Page not found :(</strong></p>
<p>The requested page could not be found.</p>
</div>
<nav> |
<a href="/website/terms.html" >Terms</a> |
<a href="/website/privacy.html" >Privacy</a> |
<a href="/website/blog.html" >Blog</a> |
<a href="/website/imprint.html" >Imprint</a> |
</nav> <nav>
<a href="https://github.com/WickedJack99" ><i class='fa fa-github' style='color:#20b2aa'></i> GitHub</a>
<a href="https://www.linkedin.com/in/aaron-moser-027b30213/" ><i class='fa fa-linkedin' style='color:#20b2aa'></i> LinkedIn</a>
<a href="https://www.youtube.com/channel/UCrplqbwwjjfGKXinuokR1HQ/featured" ><i class='fa fa-youtube' style='color:#20b2aa'></i> YouTube</a>
<a href="amoser@stud.hs-offenburg.de" ><i class='fa fa-envelope' style='color:#20b2aa'></i> eMail</a>
</nav>
</body>
</html>