website/403.html

21 lines
710 B
HTML
Raw Normal View History

<!--Copyright © 2023 Primrose-->
<!--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>Unauthorized - Primrose's Sanctuary</title>
<link rel="icon" type="image/x-icon" href="/assets/images/favicon.png">
<link rel="stylesheet" href="/style.css">
<meta charset="UTF-8">
</head>
<body>
<div class="content">
<h1>403 - Unauthorized</h1>
<img src="/assets/images/403.svg" width="300px" height="300px">
<h3>It looks like you don't have permission to access this resource.</h3>
<a href="/" class="button">🏠 Back to Home</a>
</div>
</body>
</html>