28 lines
1.3 KiB
HTML
28 lines
1.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>The Fediverse</title>
|
|
<meta name="description" content="Change the fucking channel already!">
|
|
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1" />
|
|
<link rel="icon" href="../Icons/favicon.ico" />
|
|
<link rel="stylesheet" href="../CSS/setting.css">
|
|
<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" class="WebInput Mastodon" placeholder="Website (mastodon.social)"/>
|
|
<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" class="WebInput Bluesky" placeholder="Website (bsky.social)" />
|
|
<p class="Logout Bluesky" style="visibility: hidden;"><em>Logout of Bluesky</em></p>
|
|
<p onclick="window.location.href = window.location.origin"><b>Back</b></p>
|
|
</body>
|
|
</html>
|