website/site-directory/index.html
2022-11-18 13:26:15 -05:00

36 lines
1.3 KiB
HTML

<!--Page design by Lilium_Snow (Primrose) (2022)-->
<!--This HTML document is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License. Get a copy of the license at https://creativecommons.org/licenses/by-sa/4.0/legalcode-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>Site Directory - 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>Site Directory</h1>
<div>
<a href="/" class="button">🏠 Back to Home</a>
</div>
<br>
<br>
<div class="content">
<h2>Core</h2>
<p>1. <a href="/">Homepage</a> - The page you are first greeted with when you visit the site</p>
<br>
<p>2. <a href="/site-directory">Site Directory</a> - The page you are viewing right now<p>
<br>
<p>3. <a href="https://dash.snowcake.me">Server Info</a> - Live server statistics</p>
<br>
<p>4. <a href="/posts">Posts</a> - Rants, thoughts, and more</p>
<br>
<p>5. <a href="/media">Media</a> - A collection of random images, videos, and other miscellaneous files</p>
<br>
<p>6. <a href="https://git.snowcake.me">Gitea</a> - My own Gitea instance, which hosts projects that i'm working on, including this website</p>
</div>
</body>
</html>