Mercurial Hosting > freedit
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/api/forms.html Thu Jun 23 23:05:28 2022 -0600 @@ -0,0 +1,19 @@ +<!doctype html> +<html> + <head> + <meta name="viewport" content="width=device-width, initial-scale=1"> + </head> + <body> + <h1>API Forms</h1> + <hr> + <form action="login_email.json"> + <h3>login_email</h3> + <p>base_url: <input name=base_url type=url required></p> + <p>from: <input name=from required></p> + <p>email: <input name=email type=email required></p> + <p>password: <input name=password required></p> + <p><input type=submit></p> + </form> + <hr> + </body> +</html>