aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/templates/dashboard/dashboard.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/dashboard/dashboard.html')
-rw-r--r--templates/dashboard/dashboard.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/dashboard/dashboard.html b/templates/dashboard/dashboard.html
new file mode 100644
index 0000000..29a852e
--- /dev/null
+++ b/templates/dashboard/dashboard.html
@@ -0,0 +1,7 @@
+{{ define "body" }}
+<h1>Dashboard Home</h1>
+<p>Welcome to the Dashboard! It is still under construction so please be patient :) </p>
+<main>
+ {{template "server_status" . }}
+</main>
+{{ end }}