about summary refs log tree commit diff
path: root/tmpl/header.html
diff options
context:
space:
mode:
authorhanemile <hanemile@protonmail.com>2018-12-24 22:51:18 +0100
committerhanemile <hanemile@protonmail.com>2018-12-24 22:51:18 +0100
commitda40f50361a117d762a432cf275ab6b11858034f (patch)
tree245909b500879475a55a85e4014e1ceb1f54c0f5 /tmpl/header.html
parente9555c1739896b7f6fd4a223c175e9f96815dea2 (diff)
added all files from the old dir to here
Diffstat (limited to 'tmpl/header.html')
-rw-r--r--tmpl/header.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/tmpl/header.html b/tmpl/header.html
new file mode 100644
index 0000000..57e749e
--- /dev/null
+++ b/tmpl/header.html
@@ -0,0 +1,11 @@
+{{define "header"}}
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
+    <title>emile.space</title>
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
+    <style>
+        .nav {
+            margin: 10px;
+        }
+    </style>
+{{end}}