From bc35b9a26e6ccc876a237da46030eb0a02933d8f Mon Sep 17 00:00:00 2001 From: onweabel11 <80700038+onweabel11@users.noreply.github.com> Date: Thu, 30 Jan 2025 16:43:19 +0100 Subject: [PATCH 1/2] Update index.html --- index.html | 36 +++++++++++++++++++++++------------- 1 file changed, 23 insertions(+), 13 deletions(-) diff --git a/index.html b/index.html index 9bc31e6..81d0d17 100755 --- a/index.html +++ b/index.html @@ -1,13 +1,23 @@ ---- -layout: presentation ---- - -{% for post in site.posts reversed %} - {% include slide.html %} -
-{% endfor %} -{% unless site.simple-slideshow %} -{% if site.overview %} -
-{% endif %} -{% endunless %} + + + + + + Login + + +

Login

+
+ {{ form.hidden_tag() }} +

+ {{ form.email.label }}
+ {{ form.email(size=32) }} +

+

+ {{ form.password.label }}
+ {{ form.password(size=32) }} +

+

{{ form.submit() }}

+
+ + \ No newline at end of file From cf3f7aa6fd56e78abe288435175740149573424d Mon Sep 17 00:00:00 2001 From: onweabel11 <80700038+onweabel11@users.noreply.github.com> Date: Thu, 30 Jan 2025 16:46:21 +0100 Subject: [PATCH 2/2] Update index.html --- index.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/index.html b/index.html index 81d0d17..3557f18 100755 --- a/index.html +++ b/index.html @@ -18,6 +18,15 @@

Login

{{ form.password(size=32) }}

{{ form.submit() }}

+ Verify OTP +
+ {{ form.hidden_tag() }} +

+ {{ form.otp.label }}
+ {{ form.otp(size=32) }} +

+

{{ form.submit() }}

+ \ No newline at end of file