Fedi.CrowdedGames.Group/HTML/setting.html
2025-04-22 16:17:24 -07:00

20 lines
540 B
HTML

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