website/site-directory/index.html
2024-01-11 12:33:34 -05:00

35 lines
1.3 KiB
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>Site Directory - 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>
<h1>Site Directory</h1>
<div>
<a href="/" class="button">🏠 Back to Home</a>
</div>
<div class="content">
<p>1. Blog - <a href="https://blog.snowcake.me">blog.snowcake.me</a></p>
<p>2. Media Repository - <a href="/media">snowcake.me/media</a></p>
<p>3. Photography - <a href="/photography">snowcake.me/photography</a></p>
<p>4. Forgejo (Git) - <a href="https://git.snowcake.me">git.snowcake.me</a></p>
<br>
<br>
<br>
<br>
</div>
<br>
<br>
<div class="footer">
<p>Copyright © 2022-2024 Primrose</p>
<p>Background image provided by <a href="https://unsplash.com/photos/the-night-sky-is-filled-with-stars-Q_RBVFFXR_g">Jake Weirick on Unsplash</a></p>
<p>See <a href="https://git.snowcake.me/primrose/website/src/branch/main/LICENSE">this</a> document for copyright and licensing details</p>
</div>
</body>
</html>