From 0d7989c353d06397e18e4562d97b4b0cd2160a0e Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Thu, 8 Feb 2024 15:37:49 +0000 Subject: First appearance of HTML on the home page --- ui/html/base.tmpl.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 ui/html/base.tmpl.html (limited to 'ui/html') diff --git a/ui/html/base.tmpl.html b/ui/html/base.tmpl.html new file mode 100644 index 0000000..77ea1e9 --- /dev/null +++ b/ui/html/base.tmpl.html @@ -0,0 +1,13 @@ +{{ define "base" }} + + + + + + DED + + +

Hello from DED!

+ + +{{ end }} -- cgit v1.2.3