2022-11-18 18:16:54 +00:00
<!-- 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 >
2022-11-18 18:26:15 +00:00
< p > 4. < a href = "/posts" > Posts< / a > - Rants, thoughts, and more< / p >
2022-11-18 18:16:54 +00:00
< 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 >
2022-11-20 02:23:03 +00:00
< p > 7. < a href = "/ip-info" > IP Info< / a > - View information about your WAN IP address< / p >
2022-11-18 18:16:54 +00:00
< / div >
< / body >
< / html >