commit 8f58836724bbd7fa22e471ca54c3042ca1e38283 parent 70412a76dbf9cb6d8e421f4f70640347cb2a456a Author: Arthur A. Gleckler <srfi@speechcode.com> Date: Sun, 29 Jan 2017 20:43:09 -0800 Apply "index.template". Diffstat:
M | index.html | | | 33 | ++++++++++++--------------------- |
1 file changed, 12 insertions(+), 21 deletions(-)
diff --git a/index.html b/index.html @@ -22,20 +22,14 @@ <li> <form method="POST" action="https://www.simplelists.com/subscribe.php"> <div class="title">Subscribe to srfi-123 mailing list</div> - <p> - <input id="sub-email" - name="email" - placeholder="email address" - tabindex="1" - type="email" > - <label for="sub-email">email address</label></p> - <p> - <input id="sub-name" - name="name" - placeholder="full name" - tabindex="2" - type="text" > - <label for="sub-name">full name</label></p> + <input name="email" + placeholder="email address" + tabindex="1" + type="email" > + <input name="name" + placeholder="full name" + tabindex="2" + type="text" > <p> <input id="sub-digest" name="digest" @@ -53,13 +47,10 @@ <li> <form method="POST" action="https://www.simplelists.com/subscribe.php"> <p class="title">Unsubscribe from srfi-123 mailing list</p> - <p> - <input id="unsub-email" - name="email" - placeholder="email address" - tabindex="5" - type="email" > - <label for="unsub-email">email address</label></p> + <input name="email" + placeholder="email address" + tabindex="5" + type="email" > <input class="submit" name="submit" tabindex="6"