diff options
Diffstat (limited to 'templates/components/header.html')
-rw-r--r-- | templates/components/header.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/components/header.html b/templates/components/header.html new file mode 100644 index 0000000..60d5657 --- /dev/null +++ b/templates/components/header.html @@ -0,0 +1,6 @@ +{{ define "header" }} +<meta charset="utf-8"> +<meta name="viewport" content="width=device-width, initial-scale=1"> +<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.4/css/bulma.min.css"> +<script src="https://kit.fontawesome.com/32c297b57b.js" crossorigin="anonymous"></script> +{{ end }}
\ No newline at end of file |