From 01e96380a4e48b5d338c71fad690382124195b17 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Mon, 8 Apr 2024 00:12:48 +0200 Subject: Initial commit --- template/main.tpl.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 template/main.tpl.html (limited to 'template/main.tpl.html') diff --git a/template/main.tpl.html b/template/main.tpl.html new file mode 100644 index 0000000..020a259 --- /dev/null +++ b/template/main.tpl.html @@ -0,0 +1,11 @@ + + + + Cool timer app + + + + Hello + {{ . }} + + -- cgit