20 lines
690 B
HTML
20 lines
690 B
HTML
<!--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>
|