27 lines
1.1 KiB
HTML
27 lines
1.1 KiB
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>
|
|
<!-- Dependenci -->
|
|
<script language="JavaScript" type="text/javascript" src="https://kjur.github.io/jsrsasign/jsrsasign-latest-all-min.js"></script>
|
|
</head>
|
|
|
|
<body style="margin: 0px; text-align: center;">
|
|
<header>
|
|
<h1>Setting</h1>
|
|
</header>
|
|
<p class="Local">Toggle Local</p>
|
|
<p class="Remote">Toggle Remote</p>
|
|
<p class="Login Mastodon"><em>Login to Mastodon</em></p>
|
|
<input type="text" minlength="6" class="WebInput Mastodon" required />
|
|
<p class="Logout Mastodon" style="visibility: hidden;"><em>Logout of Mastodon</em></p>
|
|
<p class="Login Bluesky"><em>Login to Bluesky</em></p>
|
|
<input type="text" minlength="6" class="WebInput Bluesky" required />
|
|
<p class="Logout Bluesky" style="visibility: hidden;"><em>Logout of Bluesky</em></p>
|
|
<p onclick="history.back()"><b>OK</b></p>
|
|
</body>
|
|
</html>
|