You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
842 B
HTML

<!doctype html>
<html>
<head>
<title>Rose's Landing Page</title>
<link rel="stylesheet" href="/style.css"/>
</head>
<body>
<main>
<h1>rose.tempest.dev</h1>
<div>
<p>
this is a sample page, demonstrating how simple it can be to
write your own stylesheets.
</p>
<p>
because this is important to me, and because i'm admittedly
a cocky asshole sometimes.
</p>
</div>
<p>
To find us elsewhere, go to <a target="_blank" href="https://tempest.dev/about">tempest.dev</a>
</p>
</main>
<footer>
<span>&copy; Ashelyn Rose</span>
<a target="_blank" href="https://tempest.dev/about-system">About System</a>
<a target="_blank" href="https://ashe.gay/">Dawn's Poetry</a>
</footer>
</body>
</html>