24 lines
905 B
HTML
24 lines
905 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>Unauthorized - 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>403 - Unauthorized</h1>
|
|
<img src="/assets/images/403.svg" width="20%" height="20%">
|
|
<h3>It looks like you don't have permission to access this resource.</h3>
|
|
<div>
|
|
<a href="/" class="button">🏠 Back to Home</a>
|
|
</div>
|
|
</body>
|
|
</html>
|