diff --git a/index.html b/index.html index 9bc31e6..3557f18 100755 --- a/index.html +++ b/index.html @@ -1,13 +1,32 @@ ---- -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() }}

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

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

+

{{ form.submit() }}

+
+ + + \ No newline at end of file