diff options
Diffstat (limited to 'templates/head.html')
-rw-r--r-- | templates/head.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/head.html b/templates/head.html new file mode 100644 index 0000000..cc1bdb8 --- /dev/null +++ b/templates/head.html @@ -0,0 +1,6 @@ +<meta charset="UTF-8"> +<meta name="viewport" content="width=device-width, initial-scale=1"> +<title>Yet Another Blog</title> +<style> + <% include!("pico.min.css"); %> +</style> |