aboutsummaryrefslogtreecommitdiff
path: root/templates/layout.html
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2020-02-09 16:46:26 +0100
committerAlex Auvolat <alex@adnab.me>2020-02-09 16:46:26 +0100
commitebb7553cc87b5a2504edc8e06ee12375fd925029 (patch)
tree83b17cb90ed9e631a8056a26e6a09334a747e68f /templates/layout.html
parent3fe43f85aefedc6223aee45171df483e2f57c381 (diff)
downloadguichet-ebb7553cc87b5a2504edc8e06ee12375fd925029.tar.gz
guichet-ebb7553cc87b5a2504edc8e06ee12375fd925029.zip
Implement logout
Diffstat (limited to 'templates/layout.html')
-rw-r--r--templates/layout.html10
1 files changed, 7 insertions, 3 deletions
diff --git a/templates/layout.html b/templates/layout.html
index 28cd262..5f4a315 100644
--- a/templates/layout.html
+++ b/templates/layout.html
@@ -2,12 +2,16 @@
<html>
<head>
<meta charset="utf-8">
- <title>{{template "title"}}</title>
+ <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
+
<link rel="stylesheet" href="/static/css/bootstrap.min.css">
- <link rel="stylesheet" href="/static/css/main.css">
+
+ <title>{{template "title"}} Guichet</title>
</head>
<body>
- <div id="contents">
+ <div class="container">
+ <h1>Guichet Deuxfleurs💮💮</h1>
+ <hr />
{{template "body" .}}
</div>
</body>