Mercurial Hosting > freedit
annotate src/api/forms.html @ 19:da006d1c1eba
use contentEditable
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Wed, 13 Jul 2022 08:47:13 -0600 |
parents | 9166f6a14021 |
children | 169ac5fdb320 |
rev | line source |
---|---|
6 | 1 <!doctype html> |
2 <html> | |
3 <head> | |
4 <meta name="viewport" content="width=device-width, initial-scale=1"> | |
5 </head> | |
6 <body> | |
7 <h1>API Forms</h1> | |
8 <hr> | |
9 <form action="login_email.json"> | |
10 <h3>login_email</h3> | |
11 <p>base_url: <input name=base_url type=url required></p> | |
12 <p>from: <input name=from required></p> | |
13 <p>email: <input name=email type=email required></p> | |
14 <p>password: <input name=password required></p> | |
15 <p><input type=submit></p> | |
16 </form> | |
17 <hr> | |
18 </body> | |
19 </html> |