website/403.html

24 lines
987 B
HTML
Raw Normal View History

<!--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>Forbidden - 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>403 - Forbidden</h1>
<img src="/assets/images/freedo.svg" width="200" height="200">
<h2>Freedo says no.</h2>
<a href="/" class="button">🏠 Back to Home</a>
</div>
</body>
</html>