summaryrefslogtreecommitdiff
path: root/srv/src/http/tpl/follow.html
diff options
context:
space:
mode:
authorBrian Picciano <mediocregopher@gmail.com>2022-08-15 15:23:25 -0600
committerBrian Picciano <mediocregopher@gmail.com>2022-08-15 15:26:03 -0600
commit5bc4c2fe4eb2dd401380493d95e05badd7f2bf5d (patch)
tree9e4e35435d2899256c92f02298ec289006778f44 /srv/src/http/tpl/follow.html
parentcd1d97bebf73ba513a3b89df92cc3030f264f7d8 (diff)
began using new.css, got rid of the old css almost entirely
Diffstat (limited to 'srv/src/http/tpl/follow.html')
-rw-r--r--srv/src/http/tpl/follow.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/srv/src/http/tpl/follow.html b/srv/src/http/tpl/follow.html
index 501b310..fc46480 100644
--- a/srv/src/http/tpl/follow.html
+++ b/srv/src/http/tpl/follow.html
@@ -60,9 +60,11 @@
</style>
-<input type="email" placeholder="name@host.com" id="emailAddress" />
-<input class="button-primary" type="submit" value="Subscribe" id="emailSubscribe" />
-<span id="emailStatus"></span>
+<form action="javascript:void(0);">
+ <input type="email" placeholder="name@host.com" id="emailAddress" />
+ <input class="button-primary" type="submit" value="Subscribe" id="emailSubscribe" />
+ <span id="emailStatus"></span>
+</form>
<script>