404 added
This commit is contained in:
parent
5de565f4ca
commit
69ce8c8d3b
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue