diff options
Diffstat (limited to 'views/index.html')
-rw-r--r-- | views/index.html | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/views/index.html b/views/index.html deleted file mode 100644 index 81c801f..0000000 --- a/views/index.html +++ /dev/null | |||
@@ -1,34 +0,0 @@ | |||
1 | {{ define "index" }} | ||
2 | <html> | ||
3 | <head> | ||
4 | {{ template "materialize" }} | ||
5 | <title>grilist</title> | ||
6 | <style> | ||
7 | body { | ||
8 | height: 100%; | ||
9 | width: 100%; | ||
10 | overflow: hidden; | ||
11 | } | ||
12 | |||
13 | h1 { | ||
14 | font-size: 100px; | ||
15 | } | ||
16 | |||
17 | h1 >small { | ||
18 | margin-top: -50px; | ||
19 | font-size: 20%; | ||
20 | } | ||
21 | </style> | ||
22 | <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> | ||
23 | </head> | ||
24 | <body class="valign-wrapper center-align"> | ||
25 | <div class="container"> | ||
26 | <div class="center-align"> | ||
27 | <h1>grilist<small class="blue-grey-text lighten-1">#tamtam</small></h1> | ||
28 | |||
29 | <a class="btn waves-effect waves-light cyan lighten-3" href="/logout">Ausloggen</a> | ||
30 | </div> | ||
31 | </div> | ||
32 | </body> | ||
33 | </html> | ||
34 | {{ end }} \ No newline at end of file | ||