diff options
author | Steph Enders <steph@senders.io> | 2023-06-21 22:56:23 -0400 |
---|---|---|
committer | Steph Enders <steph@senders.io> | 2023-06-21 22:56:23 -0400 |
commit | 06bd3d7999501ee178826190fbd3b4a9e28cb6fa (patch) | |
tree | 86b181a3162581df70269439793df0810ac463ed /templates/head-common.html | |
parent | 80c1478e5af73f22cd26b667a371d4fb182647f7 (diff) |
Create simple template script for deployment
Diffstat (limited to 'templates/head-common.html')
-rw-r--r-- | templates/head-common.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/head-common.html b/templates/head-common.html new file mode 100644 index 0000000..c06fc18 --- /dev/null +++ b/templates/head-common.html @@ -0,0 +1,8 @@ +<meta charset="utf-8"> +<meta name="viewport" + content="width=device-width, initial-scale=1"> +<link rel="stylesheet" href="/index.css"> +<link rel="license" href="#license"> +<link rel="icon" + href="favicon.ico"> + |