24 lines
898 B
HTML
24 lines
898 B
HTML
<!--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>
|