From 10905ea5ae9945fd5ae7b90a1cdfa083fd3fbdd1 Mon Sep 17 00:00:00 2001 From: Lenczu Vex Date: Tue, 1 Apr 2025 19:59:35 +0200 Subject: Initial app --- templates/index.html | 17 +++++++++++++++++ templates/login.html | 29 +++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 templates/index.html create mode 100644 templates/login.html (limited to 'templates') diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..ba3d75f --- /dev/null +++ b/templates/index.html @@ -0,0 +1,17 @@ + + + + LenczuNet SSO + + + + +

Welcome!

+ {% if loggedin %} + + {% else %} + + {% endif %} + + + \ No newline at end of file diff --git a/templates/login.html b/templates/login.html new file mode 100644 index 0000000..d14856b --- /dev/null +++ b/templates/login.html @@ -0,0 +1,29 @@ + + + + Login + + + + +

LenczuNet SSO

+ {% if error %} +
+ {{ error }} +
+ {% elif timeout %} +
+ Session timed out. Please log in again. +
+ {% endif %} +
+ + +
+ + + +
+ + + \ No newline at end of file -- cgit v1.2.3-70-g09d2