Skip to content

Commit

Permalink
Merge pull request #1 from scaulfield7/feature/update-html-and-head-tags
Browse files Browse the repository at this point in the history
Update HTML and head tags
  • Loading branch information
scaulfield7 authored Dec 14, 2023
2 parents c19e912 + f765ce1 commit 8f2200b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta charset="utf-8">
<!-- Make website responsive -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="color-scheme" content="dark light">
<meta description="A website built to allow users to send a pre-defined email (which they can preview) to multiple, pre-defined recipients (which they can preview in their email app).">
<title>Email Sender</title>
<script>
let message = `test message
Expand Down

0 comments on commit 8f2200b

Please sign in to comment.