New website design, update copyright years
This commit is contained in:
parent
f7158a49e3
commit
26b806b5dc
13 changed files with 308 additions and 420 deletions
20
error-pages/403.html
Normal file
20
error-pages/403.html
Normal file
|
@ -0,0 +1,20 @@
|
|||
<!--Copyright © 2022-2024 Primrose-->
|
||||
<!--See the LICENSE file at https://git.snowcake.me/primrose/website/src/branch/main/LICENSE for copyright and licensing details-->
|
||||
|
||||
|
||||
<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 the proper permissions to access this resource.</h3>
|
||||
<a href="/" class="button">🏠 Back to Home</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
20
error-pages/404.html
Normal file
20
error-pages/404.html
Normal file
|
@ -0,0 +1,20 @@
|
|||
<!--Copyright © 2022-2024 Primrose-->
|
||||
<!--See the LICENSE file at https://git.snowcake.me/primrose/website/src/branch/main/LICENSE for copyright and licensing details-->
|
||||
|
||||
|
||||
<html lang="en-US">
|
||||
<head>
|
||||
<title>Not Found - 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>404 - Not Found</h1>
|
||||
<img src="/assets/images/404.svg" width="300px" height="300px">
|
||||
<h3>The server was not able to find the resource that you have requested.</h3>
|
||||
<a href="/" class="button">🏠 Back to Home</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
20
error-pages/500.html
Normal file
20
error-pages/500.html
Normal file
|
@ -0,0 +1,20 @@
|
|||
<!--Copyright © 2022-2024 Primrose-->
|
||||
<!--See the LICENSE file at https://git.snowcake.me/primrose/website/src/branch/main/LICENSE for copyright and licensing details-->
|
||||
|
||||
|
||||
<html lang="en-US">
|
||||
<head>
|
||||
<title>Internal Server Error - 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>500 - Internal Server Error</h1>
|
||||
<img src="/assets/images/500.svg" width="300px" height="300px">
|
||||
<h3>The server has experienced an internal error, and was not able to process your request.</h3>
|
||||
<p>If this error persists, notify the webmistress by sending an email to primrose[at]snowcake[dot]me.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue