12 lines
342 B
Groovy
12 lines
342 B
Groovy
<html>
|
|
<head>
|
|
<title>Panel logowania do Stołówka ZPM</title>
|
|
</head>
|
|
<body>
|
|
<form action="/login" method="post">
|
|
Username:<input type="text" name="username">
|
|
Password:<input type="password" name="password">
|
|
<input type="submit" value="Zaloguj">
|
|
</form>
|
|
</body>
|
|
</html> |