Add 404.html and /assets/images/404.png

This commit is contained in:
Primrose 2023-01-13 17:05:54 -05:00
parent 7d2945210d
commit bfaaecdc2f
2 changed files with 23 additions and 0 deletions

23
404.html Normal file
View file

@ -0,0 +1,23 @@
<!-- Copyright © 2023 Lilium_Snow -->
<!-- The code herein is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License, and may only be used in compliance with the aformentioned license. -->
<!-- You may get a copy of the license at https://creativecommons.org/licenses/by-sa/4.0/legalcode -->
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>Not Found - Snowcake</title>
<link rel="icon" type="image/x-icon" href="/assets/images/favicon.png">
<link rel="stylesheet" href="/main_theme.css">
<meta charset="UTF-8">
</head>
<body>
<h1>404 - Not Found</h1>
<img src="/assets/images/404.png" width="20%" height="20%">
<h3>The server was not able to find the resource that you have requested.</h3>
<div>
<a href="/" class="button">🏠 Back to Home</a>
</div>
</body>
</html>

BIN
assets/images/404.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB