diff options
Diffstat (limited to 'tmpl/header.html')
-rw-r--r-- | tmpl/header.html | 11 |
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}} |