38 lines
1.4 KiB
HTML
38 lines
1.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<link rel="stylesheet" href="/css/styles.css" type="text/css">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/third-party/media/images/favicon.png">
|
|
<script defer src="/js/include.js"></script>
|
|
<title>www.madstuff.net</title>
|
|
</head>
|
|
<body>
|
|
<div include="/html-prefabs/banner-index.html"></div>
|
|
<main>
|
|
<section>
|
|
<h2>Welcome!</h2>
|
|
<p>Hai! My name is Maddie, welcome to www.madstuff.net! This is my personal website where I put all my <em>stuff</em>, hence the name...</p>
|
|
<img src="/third-party/media/images/hi.webp" class="centred-image" style="width: 15%;">
|
|
</section>
|
|
<div class="fit-container">
|
|
<nav class="fit-item centred-text">
|
|
<h2>Assorted Stuff</h2>
|
|
<ul class="no-style">
|
|
<li><a href="https://www.git.madstuff.net">My Forgejo instance</a></li>
|
|
</ul>
|
|
<p>There's nothing else here... <em>yet</em>.</p>
|
|
</nav>
|
|
<nav class="fit-item">
|
|
<h2>Links</h2>
|
|
<ul class="no-style centred-text">
|
|
<li><a href="https://bsky.app/profile/madstuff.net">Bluesky</a></li>
|
|
<li><a href="https://www.reddit.com/user/MaddieSucksAtSonic/">Reddit</a></li>
|
|
<li><a href="https://www.tumblr.com/blog/mal064">Tumblr</a></li>
|
|
</ul>
|
|
</nav>
|
|
</div>
|
|
</main>
|
|
<div include="/html-prefabs/footer.html"></div>
|
|
</body>
|
|
</html>
|