Biblioteka/views/login.tt

9 lines
233 B
Plaintext

<html>
<body>
<form action="http://i.am-a.cat:3000/login" method="post">
Login:<input type="text" name="user"><br>
Haslo:<input type="password" name="password"><br>
<input type="submit" value="zaloguj sie">
</body>
</html>