about summary refs log tree commit diff
path: root/tmpl/header.html
diff options
context:
space:
mode:
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}}