about summary refs log tree commit diff
path: root/tmpl/overview.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/overview.html
parentda40f50361a117d762a432cf275ab6b11858034f (diff)
something seems broken...
Diffstat (limited to 'tmpl/overview.html')
-rw-r--r--tmpl/overview.html49
1 files changed, 0 insertions, 49 deletions
diff --git a/tmpl/overview.html b/tmpl/overview.html
deleted file mode 100644
index 7f20c2c..0000000
--- a/tmpl/overview.html
+++ /dev/null
@@ -1,49 +0,0 @@
-{{define "overview"}}
-    <head>
-        {{template "header"}}
-    </head>
-    <body>
-        {{template "nav"}}
-        <div id="wrap">
-            <div class="container">
-                <h3>Existing galaxies</h3>
-                <table cellpadding="0" cellspacing="0" border="0" class="datatable table table-striped table-bordered">
-                    <thead>
-                        <tr>
-                            <th>Index</th>
-                            <th>Boundary</th>
-                            <th>Amounf of stars</th>
-                            <th>Range</th>
-                        </tr>
-                    </thead>
-
-                    <tbody>
-                        <tr class="gradeX">
-                            <td>1</td>
-                            <td></td>
-                            <td></td>
-                            <td></td>
-                        </tr>
-                        <tr class="gradeX">
-                            <td>2</td>
-                            <td></td>
-                            <td></td>
-                            <td></td>
-                        </tr>
-                        <tr class="gradeX">
-                            <td>3</td>
-                            <td></td>
-                            <td></td>
-                            <td></td>
-                        </tr>
-                    </tbody>
-
-                    <tfoot>
-                    </tfoot>
-                </table>
-            </div>
-        </div>
-
-        {{template "javascript"}}
-    </body>
-{{end}}
\ No newline at end of file