31 lines
1.2 KiB
HTML
31 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<title>Homeserver - Burgernotes</title>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
|
<link rel="stylesheet" type="text/css" href="../static/css/style.css">
|
|
<link rel="icon" href="/static/svg/favicon.svg">
|
|
<script src="/static/js/hash-wasm.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<img src="/static/img/background.jpg" class="background" alt="">
|
|
<div class="inoutdiv">
|
|
<h2>Alternative servers</h2>
|
|
<p>Enter your custom homeserver URL <a href="/">What does this mean?</a></p>
|
|
|
|
<span id="inputNameBox" style="margin-right: 5px;color: var(--text-color);">Server URL:</span><input type="text" placeholder="https://example.org" id="homeserverBox"><br>
|
|
<button id="changeButton">Change</button><button class="nonimportant" id="backButton">Cancel</button><br><br>
|
|
|
|
<p id="statusBox">Loading...</p>
|
|
<p>Please put in the URL in standard format; https://, http://, etc.</p>
|
|
</div>
|
|
|
|
<script type="text/javascript" src="/static/js/homeserver.js"></script>
|
|
</body>
|
|
|
|
</html>
|