quack.gay/index.html

43 lines
1.6 KiB
HTML

<!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>
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="res/icon.png">
</head>
<body>
<div id="wrapper">
<header>
<h1>Quack! Welcome to my site!</h1>
<nav>
<hr>
<ul>
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="stoplight.html">Stoplight Schema</a>
</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>
<h2>Contact Info</h2>
<span class="social">mastodon: <span id="mastodon">ember@tech.lgbt</span></span><br>
<span class="social">discord: <span id="discord">Ember#7790</span></span>
</div>
<footer>
<hr>
<p>ur gay <3</p>
</footer>
</div>
</body>
</html>