From 376fae2a3367d5813d088a29c5a62938bd55f762 Mon Sep 17 00:00:00 2001 From: Mateja Date: Thu, 6 May 2021 21:07:24 +0200 Subject: Boilerplate for login system. --- views/login.handlebars | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 views/login.handlebars (limited to 'views/login.handlebars') diff --git a/views/login.handlebars b/views/login.handlebars new file mode 100644 index 0000000..47e2166 --- /dev/null +++ b/views/login.handlebars @@ -0,0 +1,14 @@ +
+

{{ title }}

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