about summary refs log tree commit diff
path: root/tmpl/index.html
diff options
context:
space:
mode:
authorhanemile <hanemile@protonmail.com>2019-01-12 23:26:41 +0100
committerhanemile <hanemile@protonmail.com>2019-01-12 23:26:41 +0100
commit70228ac252fcc4560a63548f27d40c85e89bd0bf (patch)
tree0e579fc2777ea554b18e31b23ac7d2b7b431826e /tmpl/index.html
parentda40f50361a117d762a432cf275ab6b11858034f (diff)
something seems broken...
Diffstat (limited to 'tmpl/index.html')
-rw-r--r--tmpl/index.html24
1 files changed, 0 insertions, 24 deletions
diff --git a/tmpl/index.html b/tmpl/index.html
deleted file mode 100644
index 1f22908..0000000
--- a/tmpl/index.html
+++ /dev/null
@@ -1,24 +0,0 @@
-{{define "index"}}
-    <head>
-        {{template "header"}}
-        <style>
-            .jumbotron{
-                margin: 10px;
-            }
-        </style>
-    </head>
-    <body>
-    {{template "nav"}}
-
-    <div class="container">
-        <div class="tab-content" id="nav-tabContent">
-            <div class="tab-pane fade" id="nav-overview" role="tabpanel" aria-labelledby="nav-overview-tab">There will be an overview here!</div>
-            <div class="tab-pane fade" id="nav-new-tree" role="tabpanel" aria-labelledby="nav-new-tree-tab">add tree</div>
-            <div class="tab-pane fade" id="nav-add-stars" role="tabpanel" aria-labelledby="nav-add-stars-tab">Add some stars!</div>
-            <div class="tab-pane fade" id="nav-draw-tree" role="tabpanel" aria-labelledby="nav-draw-tree-tab">Draw one of the galaxies!</div>
-        </div>
-    </div>
-
-    {{template "javascript"}}
-    </body>
-{{end}}