diff options
author | hanemile <hanemile@protonmail.com> | 2018-12-24 22:51:18 +0100 |
---|---|---|
committer | hanemile <hanemile@protonmail.com> | 2018-12-24 22:51:18 +0100 |
commit | da40f50361a117d762a432cf275ab6b11858034f (patch) | |
tree | 245909b500879475a55a85e4014e1ceb1f54c0f5 /tmpl/index.html | |
parent | e9555c1739896b7f6fd4a223c175e9f96815dea2 (diff) |
added all files from the old dir to here
Diffstat (limited to 'tmpl/index.html')
-rw-r--r-- | tmpl/index.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/tmpl/index.html b/tmpl/index.html new file mode 100644 index 0000000..1f22908 --- /dev/null +++ b/tmpl/index.html @@ -0,0 +1,24 @@ +{{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}} |