diff options
author | Mark Powers <markppowers0@gmail.com> | 2020-09-28 21:36:56 -0500 |
---|---|---|
committer | Mark Powers <markppowers0@gmail.com> | 2020-09-28 21:36:56 -0500 |
commit | 45dbc2cf5f2b4092e2d334338f66abf6e888aeec (patch) | |
tree | a0f0c415c19fd1a61e9714c7d069610cd1a12312 /src/html | |
parent | 900f96e42d8d37cc2e7c582e285ed0a29c15602b (diff) |
Add RSS meta tag, update footer
Diffstat (limited to 'src/html')
-rw-r--r-- | src/html/email.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/html/email.html b/src/html/email.html index cdf1030..ff95f77 100644 --- a/src/html/email.html +++ b/src/html/email.html @@ -14,7 +14,7 @@ <a class="navigation" href="/" title="marks.kitchen"><</a> Email </h1> - <p>Sign up to receive Mark's email newsletter</p> + <p>Sign up to receive Mark's email newsletter.</p> <div class="form"> <form action="/email" method="post" enctype="application/x-www-form-urlencoded"> <input type="text" placeholder="Your name" name="name" required> |