aboutsummaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorjan <jan@ruken.pw>2015-12-19 17:47:24 (UTC)
committerjan <jan@ruken.pw>2015-12-19 17:47:24 (UTC)
commit999660a588f5a8a6c622df2e4f2d03445abfb3f0 (patch)
treedca9b7b9107bb4eb7ec78ee411301b19c5583ec2 /views
parent4e2442064473803fe88fba6ee0e5897b521b9901 (diff)
#tamtam index
Diffstat (limited to 'views')
-rw-r--r--views/index.html44
1 files changed, 44 insertions, 0 deletions
diff --git a/views/index.html b/views/index.html
new file mode 100644
index 0000000..fd8c87f
--- /dev/null
+++ b/views/index.html
@@ -0,0 +1,44 @@
1{{ define "index" }}
2<html>
3 <head>
4 <link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
5 <title>grilist</title>
6 <style>
7 body {
8 height: 100%;
9 overflow: hidden;
10 }
11
12 .benis {
13 height: 100%;
14 width: 100%;
15 display: table;
16 }
17
18 .uguu {
19 height: 100%;
20 vertical-align: middle;
21 display: table-cell;
22 }
23
24 h1 {
25 font-family: 'Roboto', sans-serif;
26 font-size: 88px;
27 width: 100%;
28 text-align: center;
29 }
30 h1 > small {
31 font-size: 33%;
32 }
33 </style>
34 <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
35 </head>
36 <body>
37 <div class="benis">
38 <div class="uguu">
39 <h1>grilist<br /><small>#tamtam</small></h1>
40 </div>
41 </div>
42 </body>
43</html>
44{{ end }} \ No newline at end of file