Fixed signup
This commit is contained in:
parent
7fe0a4fbad
commit
66d87af78e
|
@ -8,22 +8,6 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
<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="stylesheet" type="text/css" href="../static/css/style.css" />
|
||||||
<script src="../static/js/hash-wasm.js"></script>
|
<script src="../static/js/hash-wasm.js"></script>
|
||||||
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
|
||||||
<div class="inoutdiv">
|
|
||||||
<h2 class="w300">Signup</h2>
|
|
||||||
<p>Signup for a Burgernotes account</p>
|
|
||||||
<p id="statusBox"></p>
|
|
||||||
<input id="usernameBox" type="text" placeholder="Username">
|
|
||||||
<input id="passwordBox" type="password" placeholder="Password"><br>
|
|
||||||
<button id="signupButton">Signup</button><br><br>
|
|
||||||
<p>Please note that it's impossible to reset your password, do not forget it!</p>
|
|
||||||
<p>By signing up, you agree to our <a href="../privacy/index.html">Privacy & Terms</a>.</p>
|
|
||||||
<br><br>
|
|
||||||
<p>Already have an account? If so, <a href="../login/index.html">Login</a> instead!</p><br>
|
|
||||||
</div>
|
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
background-color: #d9d9d9;
|
background-color: #d9d9d9;
|
||||||
|
@ -35,5 +19,20 @@
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<div class="inoutdiv">
|
||||||
|
<h2 class="w300">Signup</h2>
|
||||||
|
<p>Signup for a Burgernotes account</p>
|
||||||
|
<p id="statusBox"></p>
|
||||||
|
<input id="usernameBox" type="text" placeholder="Username">
|
||||||
|
<input id="passwordBox" type="password" placeholder="Password"><br>
|
||||||
|
<button id="signupButton">Signup</button><br><br>
|
||||||
|
<p>Already have an account? If so, <a href="../login/index.html">Login</a> instead!</p>
|
||||||
|
<p>Please note that it's impossible to reset your password, do not forget it!</p>
|
||||||
|
<br>
|
||||||
|
<a href="../privacy/index.html">Privacy & Terms</a>
|
||||||
|
</div>
|
||||||
<script type="text/javascript" src="../static/js/signup.js"></script>
|
<script type="text/javascript" src="../static/js/signup.js"></script>
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in New Issue