madstuff-website/index.html

47 lines
1.8 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>
<script defer src="/js/window.js"></script>
<script defer src="/js/tennis.js"></script>
<title>www.madstuff.net</title>
</head>
<body>
<div include="/html-prefabs/banner-index.html"></div>
<dialog open closedby="none" id="window" class="window">
<div id="window-titlebar" class="titlebar">
<small>Legally Distinct Tennis Game</small>
<button command="close" commandfor="window">X</button>
</div>
<canvas id="canvas" width="320" height="180"></canvas>
</dialog>
<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://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>