goodbye/public/index.html

25 lines
801 B
HTML
Raw Permalink Normal View History

2024-05-01 21:24:25 +02:00
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>IXVD.</title>
<meta name="description" content="This is goodbye.">
<meta name="author" content="IXVD Team">
<meta name="theme-color" content="#0aa">
<script src="./pub/name.js" defer></script>
<link rel="stylesheet" href="./pub/page.css">
</head>
<body>
<main>
<section>
<h2>Goodbye.</h2>
<div class="space"></div>
<span>I've had a lot of fun running this project, thanks to the people that stuck around.</span>
<span>If you still need something, send a mail to <a href="mailto:usofrmqoy@mozmail.com">usofrmqoy@mozmail.com</a>.</span>
</section>
</main>
</body>
</html>