website/index.html
2023-12-02 22:08:12 -05:00

36 lines
1.3 KiB
HTML

<!--Copyright © 2022-2023 Primrose-->
<!--See the LICENSE file at https://git.snowcake.me/primrose/snowcake-website/src/branch/main/LICENSE for copyright and licensing details-->
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>Home - Primrose's Sanctuary</title>
<link rel="icon" type="image/x-icon" href="/assets/images/favicon.png">
<link rel="stylesheet" href="/style.css">
<meta charset="UTF-8">
</head>
<body>
<h1><a href="/" class="header">Primrose's Sanctuary</a></h1>
<div>
<a href="/about-me" class="button">🎀 About Me</a>
<a href="https://blog.snowcake.me" class="button">📝 Blog</a>
<a href="/media" class="button">📂 Media</a>
<a href="https://git.snowcake.me" class="button">🌿 Git</a>
</div>
<br>
<br>
<div class="content">
<h2>Welcome</h2>
<p>Welcome to my home sweet home, darling. Take a look around, if you so desire.</p>
</div>
<div class="footer">
<h2>Friends 💖</h2>
<a href="https://speedie.site"><img src="https://snowcake.me/assets/images/speedie.png" title="speedie - speedie.site"></a>
<br>
<br>
<p>Copyright © 2022-2023 Primrose</p>
<p>See <a href="https://git.snowcake.me/primrose/snowcake-website/src/branch/main/LICENSE">this</a> document for copyright and licensing details</p>
</div>
</body>
</html>