Burgernotes/templates/signup.html

32 lines
1.3 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>sign up - 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>
<p class="alertDiv">Burgernotes is shutting down on November 12th, read <a href="/shutdownfaq">this FAQ</a> for more info</p>
<body>
<div class="inoutdiv">
<h2 class="w300">sign up</h2>
<p>You may no longer sign up, read <a href="/shutdownfaq">this FAQ</a>.</p>
<p>If you have an existing account, please <a href="/login">sign in</a>.</p>
<!--<p>sign up for a burgernotes account</p>
<p id="statusBox"></p>
<input id="usernameBox" type="text" placeholder="Username">
<input id="passwordBox" type="password" placeholder="Password">
<button id="signupButton">sign up</button><br><br>
<p>please note that it's impossible to reset your password, do not forget it!</p>
<p>already have an account? if so, <a href="/login">log in</a> instead</p>
-->
</div>
<script type="text/javascript" src="/static/js/signup.js"></script>
</body>