From 4a2fb7e82d5d617298cb28b66485fc6f30c55781 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Wed, 21 Apr 2021 17:23:07 +0200 Subject: Reworked the webui package, added authentication feature and tests --- internal/webui/html/login.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 internal/webui/html/login.html (limited to 'internal/webui/html/login.html') diff --git a/internal/webui/html/login.html b/internal/webui/html/login.html new file mode 100644 index 0000000..33e9f02 --- /dev/null +++ b/internal/webui/html/login.html @@ -0,0 +1,13 @@ +{{ template "base" . }} + +{{ define "main" }} +
+ + + + + + + +
+{{ end }} -- cgit v1.2.3