Create login.gtpl
This commit is contained in:
parent
3ae8d75aa5
commit
c59574c09c
12
login.gtpl
Normal file
12
login.gtpl
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title></title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<form action="/login" method="post">
|
||||||
|
Username:<input type="text" name="username">
|
||||||
|
Password:<input type="password" name="password">
|
||||||
|
<input type="submit" value="Login">
|
||||||
|
</form>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in New Issue
Block a user