<!DOCTYPE html> <html lang="en"> <head> <title>Sign in - 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" /> <script src="/static/js/hash-wasm.js"></script> <link rel="icon" href="/static/svg/favicon.svg"> </head> <body> <img src="/static/img/background.jpg" class="background" alt=""> <div class="inoutdiv"> <noscript> <h2 style="display: block !important;">Your web browser is unsupported</h2> <p style="margin-bottom: 135px;">Please enable JavaScript in your web browser to continue</p> <style> h2, button, br { display: none !important; } </style> </noscript> <h2>Sign in</h2> <p id="statusBox"></p> <span id="inputNameBox" style="margin-right: 10px;color: var(--text-color);"></span> <input id="usernameBox" class="hidden" type="text" placeholder="Enter your username"> <input id="passwordBox" class="hidden" type="password" placeholder="Enter your password"> <button id="signupButton">Next</button> <button id="backButton" class="hidden nonimportant">Back</button> <button id="opButton" class="nonimportant">Create account</button> <br><br> <div style="display: flex;"><p class="hidden" id="homeserver">Your homeserver is loading... </p><div style="display: flex;flex-direction: column;justify-content: center;"><a class="hidden" href="/homeserver">Change</a></div></div> <a class="iconbutton" href="/homeserver/"><img src="/static/svg/server.svg"></a><br><br> <a href="/privacy/">Privacy & Terms</a> </div> <script type="text/javascript" src="../static/js/login.js"></script> </body>