18 lines
376 B
Cheetah
18 lines
376 B
Cheetah
#include "templates/header.inc"
|
|
|
|
|
|
<form method="POST">
|
|
<table>
|
|
<tr>
|
|
<td>Username:</td><td><input type="text" name="username" value=""/></td>
|
|
</tr><tr>
|
|
<td>Password:</td><td><input type="password" name="password" value=""/></td>
|
|
</tr>
|
|
</table>
|
|
<br/>
|
|
<input type="submit" name="action" value="Login"/>
|
|
</form>
|
|
|
|
|
|
#include "templates/footer.inc"
|