aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/templates/base.html
diff options
context:
space:
mode:
authorJP Appel <jeanpierre.appel01@gmail.com>2024-10-08 15:22:58 -0400
committerJP Appel <jeanpierre.appel01@gmail.com>2024-10-08 15:52:07 -0400
commit9b13628980d48e5efd0cc582c80a4a3e94a59a25 (patch)
treece61517801f7a4510d02ee8fa6cf830d41e452c3 /templates/base.html
parent3f5e6e9c3ebb396949b091ee43b76d3303401fd3 (diff)
Remove dashboard rendering
The dashboard html falls out of the responsibility of the backend. The static site provides the html.
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html12
1 files changed, 0 insertions, 12 deletions
diff --git a/templates/base.html b/templates/base.html
deleted file mode 100644
index 768d7eb..0000000
--- a/templates/base.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<!DOCTYPE html>
-<html lang=en>
-<head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- {{ block "head" . }}<title>Nonsense Time Dashboard</title>{{ end }}
- <link rel="stylesheet" href="/static/styles.css">
-</head>
-<body>
- {{ block "body" . }}{{ end }}
-</body>
-</html>