diff options
author | Romain Gonçalves <me@rgoncalves.se> | 2021-08-07 18:20:38 +0200 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2021-08-07 18:20:38 +0200 |
commit | 66d48a7a4c98383e5baef20d352a3d2e4e681a6a (patch) | |
tree | 752afac2d229577c71c1859b6c597a89e59dbd2e /templates/head.html | |
parent | 1b5bfd89244367acf86fcf311dbddacd22bd7b14 (diff) | |
download | rgoncalves.se-66d48a7a4c98383e5baef20d352a3d2e4e681a6a.tar.gz |
bin: Generation scaffold
Diffstat (limited to 'templates/head.html')
-rw-r--r-- | templates/head.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/head.html b/templates/head.html new file mode 100644 index 0000000..7272d63 --- /dev/null +++ b/templates/head.html @@ -0,0 +1,4 @@ +<meta charset="utf-8"> +<meta name="viewport" content="width=device-width, initial-scale=1"> +<link href="/style/style.css" rel="stylesheet" type="text/css"> +<title></title> |