24 lines
1020 B
HTML
24 lines
1020 B
HTML
<!--Page design by Lilium_Snow (Primrose)-->
|
|
<!--This HTML document is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License. Get a copy of the license at https://creativecommons.org/licenses/by-sa/4.0/legalcode-->
|
|
<!--"Freedo the Penguin" is licensed under the GNU Free Documentation License v1.3 or later and is Copyright © 2009 Rubén Rodríguez Pérez and Copyright © 2009 FSFLA. Get a copy of the GNU Free Documentation License at https://www.gnu.org/licenses/fdl-1.3.html-->
|
|
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
<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>
|
|
<div class="content">
|
|
<h1>404 - Not Found</h1>
|
|
<img src="/assets/images/freedo.svg" width="200" height="200">
|
|
<h2>Freedo says he couldn't find what you requested.</h2>
|
|
<a href="/" class="button">🏠 Back to Home</a>
|
|
</div>
|
|
</body>
|
|
</html>
|