merge with server changes

This commit is contained in:
sadorowo 2024-04-08 10:06:52 +02:00
commit 4cb4983bcc
2 changed files with 5 additions and 9 deletions

1
CNAME
View File

@ -1 +0,0 @@
sador.me

View File

@ -4,18 +4,15 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="huh... you lost">
<link rel="shortcut icon" href="assets/logo.png"> <link rel="shortcut icon" href="assets/logo.png">
<link rel="stylesheet" href="assets/style.css"> <link rel="stylesheet" href="assets/style.css">
<script defer src="assets/script.js"></script> <title>sador - something weird happened</title>
<title>sador - you are lost</title>
</head> </head>
<body id="centered"> <body id="centered">
<h1>404</h1> <h1 id="code">{{placeholder "http.error.status_code"}}</h1>
<p>huh, you are lost</p> <p id="explanation">{{placeholder "http.error.message"}}.</p>
<a href="index.html">go back</a> <a onclick="history.back()">go back</a>
</body> </body>
</html>
</html>