comparison src/api/forms.html @ 6:9166f6a14021

add email api
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 23 Jun 2022 23:05:28 -0600
parents
children 169ac5fdb320
comparison
equal deleted inserted replaced
5:2f20b11affdd 6:9166f6a14021
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>