From e0ca887623682d059c6513a1ce36228d4e8c4f21 Mon Sep 17 00:00:00 2001 From: Arne Rief Date: Fri, 27 Mar 2026 11:29:40 +0100 Subject: Upload to web repo --- templates/register.html | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 templates/register.html (limited to 'templates/register.html') diff --git a/templates/register.html b/templates/register.html new file mode 100644 index 0000000..e7d105e --- /dev/null +++ b/templates/register.html @@ -0,0 +1,25 @@ +{% extends "layout.html" %} + +{% block title %} + Register +{% endblock %} + +{% block main %} +
+
+ +
+
+
+ +

* Password must be between 6-25 characters long and contain at least one number and one letter

+
+
+ +

* Your input must match the password above

+
+ +
+
+

You already have an account? Sign in!

+{% endblock %} -- cgit v1.2.3