Create login.gtpl
This commit is contained in:
parent
33184687e1
commit
6cbc56f95a
31
login.gtpl
Normal file
31
login.gtpl
Normal file
@ -0,0 +1,31 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Panel logowania do Stołówka ZPM</title>
|
||||
<link rel="shortcut icon" href="http://www.bronowicka.zs4.lublin.eu/wp-content/uploads/cutlery-297617_1280.png" />
|
||||
</head>
|
||||
<body>
|
||||
<form action="/login" method="post">
|
||||
<br>
|
||||
<center><img src="http://www.bronowicka.zs4.lublin.eu/wp-content/uploads/cutlery-297617_1280.png" width="350" height="200"/></center>
|
||||
<center><h1>Panel logowania do Stołówka ZPM</h1></center>
|
||||
<center><h5><div><a href="http://localhost:9197">powrót do strony głównej</a></div></h5></center>
|
||||
<fieldset>
|
||||
<center>
|
||||
<table>
|
||||
<br>
|
||||
<tr>
|
||||
<td>Nazwa użytkownika:</td> <td><input type="text" name="username"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Hasło:</td> <td><input type="password" name="password"></td>
|
||||
</tr>
|
||||
</table>
|
||||
<br><hr><br>
|
||||
<input type="submit" value="Zaloguj">
|
||||
<br><br>
|
||||
</center>
|
||||
</fieldset>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user