aboutsummaryrefslogtreecommitdiff
path: root/templates/layout.html
diff options
context:
space:
mode:
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>