Boring legal

This commit is contained in:
Tracker-Friendly 2024-02-27 19:35:42 +00:00
parent 1c6eba8b47
commit b207612119
3 changed files with 3 additions and 1 deletions

View File

@ -20,6 +20,7 @@
<button id="signupButton">Next</button> <button id="signupButton">Next</button>
<button id="backButton" class="hidden">Back</button><br><br> <button id="backButton" class="hidden">Back</button><br><br>
<p>Don't have an account? If so, <a href="../signup/index.html">Create one here!</a></p> <p>Don't have an account? If so, <a href="../signup/index.html">Create one here!</a></p>
<a href="../privacy/index.html">Privacy &amp; Terms</a>
</div> </div>
<script type="text/javascript" src="../static/js/login.js"></script> <script type="text/javascript" src="../static/js/login.js"></script>

View File

@ -37,7 +37,7 @@
</div> </div>
<div class="links"> <div class="links">
<a href="https://centrifuge.hectabit.org/hectabit/burgernotes">Source code</a> <a href="https://centrifuge.hectabit.org/hectabit/burgernotes">Source code</a>
<a href="./privacy/index.html">Privacy policy</a> <a href="../privacy/index.html">Privacy &amp; Terms</a>
</div> </div>
</body> </body>

View File

@ -21,6 +21,7 @@
<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> <p>Already have an account? If so, <a href="../login/index.html">Login</a> instead!</p>
<a href="../privacy/index.html">Privacy &amp; Terms</a>
</div> </div>
<script type="text/javascript" src="../static/js/signup.js"></script> <script type="text/javascript" src="../static/js/signup.js"></script>