summaryrefslogtreecommitdiff
path: root/template.html
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@simplelittledream.com>2022-07-10 22:39:50 -0400
committerJacob McDonnell <jacob@simplelittledream.com>2022-07-10 22:39:50 -0400
commit0f11b4beae56b3b18238edf552491e055e1a7b13 (patch)
treeb3d75d516a29a1216734c312350062424b842849 /template.html
parentf2b934fee897f93c0f1ba6974af308f6e0669d85 (diff)
Added Viewport and charset, changed font
Diffstat (limited to 'template.html')
-rwxr-xr-xtemplate.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/template.html b/template.html
index ad5e942..8ae1b3d 100755
--- a/template.html
+++ b/template.html
@@ -1,5 +1,8 @@
+<!DOCTYPE html>
<html>
<head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
<title>Jacob McDonnell</title>
<link href="CSS/main.css" rel="stylesheet" type="text/css">
<link href="favicon.ico" rel="icon" sizes="any">