merge with server changes
This commit is contained in:
commit
4cb4983bcc
@ -4,18 +4,15 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<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="stylesheet" href="assets/style.css">
|
||||
<script defer src="assets/script.js"></script>
|
||||
<title>sador - you are lost</title>
|
||||
<title>sador - something weird happened</title>
|
||||
</head>
|
||||
|
||||
<body id="centered">
|
||||
<h1>404</h1>
|
||||
<p>huh, you are lost</p>
|
||||
<a href="index.html">go back</a>
|
||||
<h1 id="code">{{placeholder "http.error.status_code"}}</h1>
|
||||
<p id="explanation">{{placeholder "http.error.message"}}.</p>
|
||||
<a onclick="history.back()">go back</a>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user