Fedi.CrowdedGames.Group/HTML/setting.html

19 lines
488 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/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>