fix: typo in URL
This commit is contained in:
parent
c39954abe6
commit
d49dcdfb40
@ -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>
|
@ -31,7 +31,7 @@
|
|||||||
<li><a href="https://github.com/sadorowo" target="_blank" data-deprecated data-deprecated-entry="abandoned">github</a></li>
|
<li><a href="https://github.com/sadorowo" target="_blank" data-deprecated data-deprecated-entry="abandoned">github</a></li>
|
||||||
<li><a href="https://git.sador.me/sadorowo">gitea</a></li>
|
<li><a href="https://git.sador.me/sadorowo">gitea</a></li>
|
||||||
<li><a rel="me" href="https://social.sador.me/@sadorowo">fediverse</a></li>
|
<li><a rel="me" href="https://social.sador.me/@sadorowo">fediverse</a></li>
|
||||||
<li><a rel="me" href="https://share.social.sador.me/sadorowo">pixelfed</a></li>
|
<li><a rel="me" href="https://share.photos.sador.me/sadorowo">pixelfed</a></li>
|
||||||
<li>matrix - <b>@sadorowo:matrix.sador.me</b></a>
|
<li>matrix - <b>@sadorowo:matrix.sador.me</b></a>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user