DziennikOcen/public/index.html
2022-01-31 22:23:46 +01:00

20 lines
521 B
HTML
Executable File

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="login.css">
<meta charset="utf-8">
<title>Dziennik Ocen BezVulcan</title>
</head>
<body>
<div class="login-form">
<h1>Panel Logowania BezVulcan SP2137 w Pcimiu Dolnym</h1>
<form action="auth" method="POST">
<input type="text" name="username" placeholder="Numer albumu" required>
<input type="password" name="password" placeholder="Hasło" required>
<input type="submit" placeholder="Zaloguj">
</form>
</div>
</body>
</html>