summaryrefslogtreecommitdiffstats
path: root/templates/root.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/root.html')
-rw-r--r--templates/root.html12
1 files changed, 0 insertions, 12 deletions
diff --git a/templates/root.html b/templates/root.html
deleted file mode 100644
index 560c7a4b0..000000000
--- a/templates/root.html
+++ /dev/null
@@ -1,12 +0,0 @@
-{{define "root"}}
-<!DOCTYPE html>
-<html>
-{{template "head" . }}
-<body>
- <div id='root'/>
- <script>
- window.setup_root();
- </script>
-</body>
-</html>
-{{end}}