2023-04-25 23:34:46 +00:00
<!-- Copyright © 2022 - 2023 Lilium_Snow -->
2022-11-18 18:16:54 +00:00
<!-- 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>
2022-11-20 03:13:24 +00:00
< html lang = "en-US" >
2022-11-18 18:16:54 +00:00
< 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 >
2023-04-25 23:34:46 +00:00
< p > 4. < a href = "https://status.snowcake.me/status/services" > Service Status< / a > - Live status of snowcake.me services< / p >
2022-11-18 18:16:54 +00:00
< br >
2023-04-25 23:34:46 +00:00
< p > 5. < a href = "/posts" > Posts< / a > - Rants, thoughts, and more< / p >
2022-11-18 18:16:54 +00:00
< br >
2023-04-25 23:34:46 +00:00
< p > 6. < a href = "/media" > Media< / a > - A collection of random images, videos, and other miscellaneous files< / p >
2022-11-20 02:26:52 +00:00
< br >
2023-08-07 01:28:46 +00:00
< 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 >
2023-07-06 03:55:13 +00:00
< br >
< p > 8. < a href = "https://mirrors.snowcake.me" > Mirrors< / a > - A mirror of various software projects< / p >
2022-11-18 18:16:54 +00:00
< / div >
2022-11-20 17:07:26 +00:00
< br >
< br >
< br >
2022-11-18 18:16:54 +00:00
< / body >
< / html >