404 added

This commit is contained in:
ed barz 2023-01-09 21:52:56 +01:00
parent 5de565f4ca
commit 69ce8c8d3b
1 changed files with 17 additions and 0 deletions

17
404/index.html Normal file
View File

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html>
<head>
<title>404</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/assets/css/style.css"/>
</head>
<body class="nginx-error">
<h1>404</h1>
<p>Page not found...</p>
<p>Don't know how you ended up here but you might like it <a href="https://ed.brz9.dev/">there</a></p>
</body>
</html>