summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/index.html b/index.html
index 4efb766..f9cddbb 100644
--- a/index.html
+++ b/index.html
@@ -11,6 +11,8 @@
href="https://fonts.googleapis.com/css2?family=Architects+Daughter&family=Indie+Flower&family=PT+Sans&display=swap"
rel="stylesheet"
/>
+ <link rel="stylesheet" href="/desktop.css" />
+ <link rel="stylesheet" href="/widescreen.css" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta
@@ -248,7 +250,7 @@
<input name="name" type="text" id="name" />
<label for="email">Email Address</label>
- <input name="email" type="text" id="email" />
+ <input name="email" type="email" id="email" />
<label for="body">Question/Comment</label>
<textarea name="body" id="body"></textarea>