From 93febd4968ebbf0f5a90989bbe11abcaaafcdbd1 Mon Sep 17 00:00:00 2001 From: jerome Date: Tue, 24 Feb 2026 13:18:28 +0100 Subject: commit initial --- app/templates/index.html | 11 +++++++++++ app/templates/register.html | 14 ++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 app/templates/index.html create mode 100644 app/templates/register.html (limited to 'app/templates') diff --git a/app/templates/index.html b/app/templates/index.html new file mode 100644 index 0000000..b4869d6 --- /dev/null +++ b/app/templates/index.html @@ -0,0 +1,11 @@ + + + + + Hello {{ name }} + + +

Hello {{ name }}

+

From {{ host }}

+ + diff --git a/app/templates/register.html b/app/templates/register.html new file mode 100644 index 0000000..bd39bdf --- /dev/null +++ b/app/templates/register.html @@ -0,0 +1,14 @@ + + + + + Register + + +

Register

+
+ + +
+ + -- cgit v1.2.3