Skip to content

Commit fe6bec5

Browse files
Apply "index.template".
1 parent 154f2bc commit fe6bec5

File tree

1 file changed

+12
-21
lines changed

1 file changed

+12
-21
lines changed

index.html

Lines changed: 12 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,14 @@ <h1>SRFI 64: A Scheme API for test suites</h1>
2424
<li>
2525
<form method="POST" action="https://www.simplelists.com/subscribe.php">
2626
<div class="title">Subscribe to srfi-64 mailing list</div>
27-
<p>
28-
<input id="sub-email"
29-
name="email"
30-
placeholder="email address"
31-
tabindex="1"
32-
type="email" >
33-
<label for="sub-email">email address</label></p>
34-
<p>
35-
<input id="sub-name"
36-
name="name"
37-
placeholder="full name"
38-
tabindex="2"
39-
type="text" >
40-
<label for="sub-name">full name</label></p>
27+
<input name="email"
28+
placeholder="email address"
29+
tabindex="1"
30+
type="email" >
31+
<input name="name"
32+
placeholder="full name"
33+
tabindex="2"
34+
type="text" >
4135
<p>
4236
<input id="sub-digest"
4337
name="digest"
@@ -55,13 +49,10 @@ <h1>SRFI 64: A Scheme API for test suites</h1>
5549
<li>
5650
<form method="POST" action="https://www.simplelists.com/subscribe.php">
5751
<p class="title">Unsubscribe from srfi-64 mailing list</p>
58-
<p>
59-
<input id="unsub-email"
60-
name="email"
61-
placeholder="email address"
62-
tabindex="5"
63-
type="email" >
64-
<label for="unsub-email">email address</label></p>
52+
<input name="email"
53+
placeholder="email address"
54+
tabindex="5"
55+
type="email" >
6556
<input class="submit"
6657
name="submit"
6758
tabindex="6"

0 commit comments

Comments
 (0)