update signup page

This commit is contained in:
maaa 2024-02-27 23:19:12 +01:00
parent 7aeb43df4a
commit 67186f0bd3
1 changed files with 3 additions and 3 deletions

View File

@ -17,11 +17,11 @@
<p>Signup for a Burgernotes account</p> <p>Signup for a Burgernotes account</p>
<p id="statusBox"></p> <p id="statusBox"></p>
<input id="usernameBox" type="text" placeholder="Username"> <input id="usernameBox" type="text" placeholder="Username">
<input id="passwordBox" type="password" placeholder="Password"> <input id="passwordBox" type="password" placeholder="Password"><br>
<button id="signupButton">Signup</button><br><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>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/index.html">Login</a> instead!</p> By signing up, you agree to our <a href="../privacy/index.html">Privacy &amp; Terms</a>.<br><br>
<a href="../privacy/index.html">Privacy &amp; Terms</a> <p>Already have an account? If so, <a href="../login/index.html">Login</a> instead!</p><br>
</div> </div>
<script type="text/javascript" src="../static/js/signup.js"></script> <script type="text/javascript" src="../static/js/signup.js"></script>