about summary refs log tree commit diff
path: root/tmpl/header.html
diff options
context:
space:
mode:
authorhanemile <hanemile@protonmail.com>2019-01-12 23:26:41 +0100
committerhanemile <hanemile@protonmail.com>2019-01-12 23:26:41 +0100
commit70228ac252fcc4560a63548f27d40c85e89bd0bf (patch)
tree0e579fc2777ea554b18e31b23ac7d2b7b431826e /tmpl/header.html
parentda40f50361a117d762a432cf275ab6b11858034f (diff)
something seems broken...
Diffstat (limited to 'tmpl/header.html')
-rw-r--r--tmpl/header.html11
1 files changed, 0 insertions, 11 deletions
diff --git a/tmpl/header.html b/tmpl/header.html
deleted file mode 100644
index 57e749e..0000000
--- a/tmpl/header.html
+++ /dev/null
@@ -1,11 +0,0 @@
-{{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}}