diff options
author | jan <jan@ruken.pw> | 2015-12-26 10:41:42 (UTC) |
---|---|---|
committer | jan <jan@ruken.pw> | 2015-12-26 10:41:42 (UTC) |
commit | 6fabf512767b458a44b4b2547a7b07e9db71c00a (patch) | |
tree | a40522cc0a735d09fd79cca00c8133f41963b7ef /views/index.html | |
parent | fb0424cea33e1c48f940c485bff1f4d0aac31dc4 (diff) |
default data im renderer, damit wir später krasse sachen machen können. es gibt jetzt eine globale navbar, damit man nicht mehr den zurückknopf drücken muss, um bis zur startseite zu kommen. ich habe einen großen D.
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 | ||