mirror of
https://github.com/wassname/flask-bootstrap.git
synced 2026-06-27 16:10:14 +08:00
6 lines
187 B
HTML
6 lines
187 B
HTML
<form method="POST">
|
|
Username: <input type="text" name="username"/><br/>
|
|
Password: <input type="password" name="password"/><br/>
|
|
<input type="submit" value="Create"/>
|
|
</form>
|