44 lines
1.6 KiB
HTML
44 lines
1.6 KiB
HTML
<!--Copyright © 2022-2023 Lilium_Snow-->
|
|
<!--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-US">
|
|
<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="https://status.snowcake.me/status/services">Service Status</a> - Live status of snowcake.me services</p>
|
|
<br>
|
|
<p>5. <a href="/posts">Posts</a> - Rants, thoughts, and more</p>
|
|
<br>
|
|
<p>6. <a href="/media">Media</a> - A collection of random images, videos, and other miscellaneous files</p>
|
|
<br>
|
|
<p>7. <a href="https://git.snowcake.me">Forgejo</a> - My own Forgejo instance, which hosts projects that i'm working on, along with git mirrors of other projects</p>
|
|
<br>
|
|
<p>8. <a href="https://mirrors.snowcake.me">Mirrors</a> - A mirror of various software projects</p>
|
|
</div>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
</body>
|
|
</html>
|