Fedi.CrowdedGames.Group/HTML/setting.html
CatAClock 9dec1ad6cc multiple things.
Added docker file so you can build it.
Added Organization
Brutally forced the index.js to be a module for ease-of-access
Got some of the federation to work. Just some.
2025-04-21 16:04:42 -07:00

16 lines
357 B
HTML

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