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.
16 lines
357 B
HTML
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>
|