diff options
author | Brian Picciano <mediocregopher@gmail.com> | 2022-08-15 15:23:25 -0600 |
---|---|---|
committer | Brian Picciano <mediocregopher@gmail.com> | 2022-08-15 15:26:03 -0600 |
commit | 5bc4c2fe4eb2dd401380493d95e05badd7f2bf5d (patch) | |
tree | 9e4e35435d2899256c92f02298ec289006778f44 /srv/src/http/tpl/follow.html | |
parent | cd1d97bebf73ba513a3b89df92cc3030f264f7d8 (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.html | 8 |
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> |