2023-07-21 20:52:06 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<title>log 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="https://cdn.jsdelivr.net/npm/hash-wasm@4"></script>
|
|
|
|
|
|
|
|
</head>
|
|
|
|
|
2023-11-03 16:39:48 +00:00
|
|
|
<p class="alertDiv">Burgernotes is shutting down on November 12th, read <a href="/shutdownfaq">this FAQ</a> for more info</p>
|
|
|
|
|
2023-07-21 20:52:06 +01:00
|
|
|
<body>
|
|
|
|
<div class="inoutdiv">
|
2023-08-16 14:42:08 +01:00
|
|
|
<h2 class="w300">log in</h2>
|
2023-07-21 20:52:06 +01:00
|
|
|
<p id="statusBox"></p>
|
2023-10-13 19:00:34 +01:00
|
|
|
<span id="inputNameBox" style="margin-right: 10px;"></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">back</button><br><br>
|
2023-07-21 20:52:06 +01:00
|
|
|
<p>don't have an account? if so, <a href="/signup">create one here!</a></p>
|
|
|
|
</div>
|
2023-10-13 19:00:34 +01:00
|
|
|
|
2023-07-21 20:52:06 +01:00
|
|
|
<script type="text/javascript" src="/static/js/login.js"></script>
|
|
|
|
</body>
|