47 lines
2.1 KiB
HTML
47 lines
2.1 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>Home - 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>Snowcake</h1>
|
|
<div>
|
|
<a href="/" class="button">🏠 Home</a>
|
|
<a href="/site-directory" class="button">📖 Site Directory</a>
|
|
</div>
|
|
<br>
|
|
<br>
|
|
<div class="content">
|
|
<h2>Hello visitor!</h2>
|
|
<p>Welcome to my website. Why don't you have a seat and enjoy a nice cup of hot chocolate ☕ with me? I'm an interesting character, so I promise it'll be worth your time.</p>
|
|
<p>My name is Primrose, also known as "Lilium_Snow". I'm just a girl with a page on the interwebs!</p>
|
|
<p>Read on further to find out more about me.</p>
|
|
<br>
|
|
<h2>My Interests</h2>
|
|
<p>I like to tinker around and play with computers, both on the software and hardware end of things. I honestly have way too many of these things lying around my room, haha.</p>
|
|
<p>I also have a nice little network/homelab setup that I like to work on from time to time too.</p>
|
|
<br>
|
|
<h2>Contact Me</h2>
|
|
<p>If you would like to contact me, you may do so by sending an email to primrose[at]snowcake[dot]me.</p>
|
|
<p>I typically respond within 24 hours of recieving an email, so if you do not hear back from me within that time frame, please check your spam folder.</p>
|
|
<p>Alternatively, you may contact me via Matrix. I have a Matrix space which you can join <a href="https://matrix.to/#/#snowcake-wonderland:snowcake.me">here</a>.</p>
|
|
</div>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<div class="footer">
|
|
<footer>Copyright © 2022-2023 Lilium_Snow</footer>
|
|
<br>
|
|
<footer><a href="https://creativecommons.org/licenses/by-sa/4.0/">This page is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License</a></footer>
|
|
</div>
|
|
</body>
|
|
</html>
|