Fedi.CrowdedGames.Group/HTML/mail.html
2025-04-22 15:49:23 -07:00

18 lines
437 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta name="description" content="Change the fucking channel already!">
<title>The Fediverse</title>
<script type="module" src="../JS/mail.js"></script>
</head>
<body style="margin: 0px; text-align: center;">
<header>
<h1>Mail</h1>
</header>
<p>Just go back. It ain't ready yet...</p>
<p class="Login">Login</p>
<p onclick="history.back()"><b>OK</b></p>
</body>
</html>