Add 404.html and /assets/images/404.png
This commit is contained in:
parent
7d2945210d
commit
bfaaecdc2f
|
@ -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>
|
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
Loading…
Reference in New Issue