Skip to content

Commit

Permalink
js: 404 page update
Browse files Browse the repository at this point in the history
  • Loading branch information
gorenburg committed Dec 28, 2024
1 parent 628a466 commit 46c5668
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions static/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,17 @@
<meta charset="utf-8" />
<title>Error 404</title>
<link href="/styles.css" rel="stylesheet" />
<style>
body {
margin: 4rem 0;
}
</style>
</head>
<body class="text-center">
<h1>404</h1>
<p>Not found</p>
<p>
<a href="/">Return to home</a>
</p>
</body>
</html>

0 comments on commit 46c5668

Please sign in to comment.