Move common head tags to head.html

This commit is contained in:
2020-12-21 01:13:37 -06:00
parent c9d651cf1e
commit 339208f469
5 changed files with 12 additions and 30 deletions

6
head.html Normal file
View File

@ -0,0 +1,6 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="/style.css" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="alternate icon" href="/favicon.ico" />