website/404.html

21 lines
No EOL
686 B
HTML

<!--Copyright © 2023 Lilium_Snow-->
<!--See the LICENSE file at https://git.snowcake.me/primrose/snowcake-website/src/branch/main/LICENSE for copyright and licensing details-->
<!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.svg" width="300px" height="300px">
<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>