autopeering/web/frontend/login.html
lare 9fa16e1ac9 add signature verification module
- (the (test) signature allegedly has the wrong length?)
- add login route for main.py
2022-11-12 16:35:37 +01:00

17 lines
No EOL
533 B
HTML

{% extends 'base.html' %}
{% block content %}
<form action="https://dn42.g-load.eu/auth/">
<link rel="stylesheet" href="https://dn42.g-load.eu/auth/assets/button-font/auth.css">
<input type="hidden" id="return" name="return" value="{{return_addr}}">
<button type="submit" class="kioubit-btn kioubit-btn-primary kioubit-btn-dark kioubit-btn-main">
<span class="icon-kioubit-auth"></span>Authenticate with Kioubit.dn42
</button>
</form>
<form action="" method="post">
<input type="">
</form>
{% endblock %}