Blob


1 <p class="f7"><a href="/">never mind</a></p>
3 <p>Did we miss your favorite command?<br>Oh&nbsp;dear, let us fix that.</p>
5 <h1 class="w5">Suggestion box</h1>
7 <div class="cf mt4">
9 <div class="fl w5">
10 <form
11 method="post"
12 action="https://high5.nl/service/parse.php">
14 <input type="hidden" name="form_auth" value="43da24781ec7b933199d4d3e7583b226">
15 <input type="hidden" name="form_receiver" value="contact;high5.nl">
16 <input type="hidden" name="form_subject" value="Why vi rocks suggestion">
17 <input type="hidden" name="form_pre_message" value="Command I can not do without">
18 <input type="hidden" name="form_redirect" value="https://www.why-vi.rocks/thanx.html">
19 <input type="hidden" name="form_fields" value="name, message">
20 <input type="hidden" name="form_additional_fields" value="credit">
22 <label class="lh-solid" for="name">Your name</label>
23 <input
24 class="db outline mb2 ba pa2 w-100 b--black bw1" id="name"
25 type="text"
26 name="name"
27 required="required"
28 placeholder="Alice">
30 <label class="lh-solid" for="credit">your public profile for credits<br>(e.g.&nbsp;Twitter or Mastodon)</label>
31 <input
32 class="db outline mb2 ba pa2 w-100 b--black bw1" id="email"
33 type="text"
34 name="credit"
35 required="required"
36 placeholder="@alice">
38 <label class="lh-solid" for="message">vi/ex command and description</label>
39 <textarea
40 class="db outline mb2 ba b--black bw1 pa2 w-100"
41 id="message"
42 name="message"
43 required="required"
44 rows="3"
45 placeholder=":%!sort
46 sort all lines">
47 </textarea>
49 <div class="h-captcha" data-sitekey="515f818d-af16-4685-8c26-f8f0323ec0e2"></div>
51 <input
52 class="db outline mb2 b ba bg-black b--black white ph3 pv2 w-100 mt2"
53 type="submit"
54 value="Swoosh! &#x1F4A8;">
56 </form>
57 </div>
59 <div class="fl w-25"><img src="suggest.png" class="w4 pl4 mt4"></div>
61 </div>