Dashboard Temp Share Shortlinks Frames API

HTMLify

login.html
Views: 515 | Author: abh
1
2
3
4
5
6
<!-- login.html -->
<form action="/action/login" method="POST">
<input type="text" name="username" placeholder="username" /><br>
<input type="password" name="password" //><br>
<input type="submit" value="login" />
</form>