quack.gay/index.html

51 lines
1.8 KiB
HTML
Raw Permalink Normal View History

2022-04-22 21:34:50 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<meta http-equiv="content-type" content="text/html">
<title>Quack! ur gay!</title>
2022-04-22 22:06:43 +00:00
<link rel="stylesheet" href="./styles.css">
<link rel="icon" href="./res/icon.png">
2022-04-22 21:34:50 +00:00
</head>
<body>
<div id="wrapper">
<header>
<h1>Quack! Welcome to my site!</h1>
<nav>
<hr>
<ul>
<li>
2022-04-22 22:42:27 +00:00
<a href="/">Home</a>
2022-04-22 21:34:50 +00:00
</li>
<li>
2022-04-22 22:39:36 +00:00
<a href="./stoplight">Stoplight Schema</a>
2022-04-22 21:34:50 +00:00
</li>
</ul>
<hr>
</nav>
</header>
<div id="content">
<h2>About</h2>
<p>I am an autistic+adhd programmer/student who enjoys making cool little programs.</p>
<p>This page serves as a dumping ground for whatever I feel would be cool to show the world, whether it be related to programming or not. :)</p>
<p>Enjoy!</p>
2022-04-23 00:39:38 +00:00
<div id="contact">
<div>
<h2>Contact Info</h2>
</div>
<div class="social">
mastodon: <a id="mastodon" rel="me" href="https://tech.lgbt/@ember">ember@tech.lgbt</a>
</div>
<div class="social">
discord: <span id="discord">Ember#7790</span>
</div>
</div>
2022-04-22 21:34:50 +00:00
</div>
<footer>
<hr>
<p>ur gay <3</p>
</footer>
</div>
</body>
</html>