Padel-Tournaments-System/frontend/logowanie/index.html

36 lines
1005 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Paddle tournament system</title>
<link href="style.css" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="form">
<div class="login">
<h2>Logowanie</h2>
<input placeholder="Tutaj wpisz email lub nick">
<input placeholder="Tutaj wpisz hasło">
<br>
<form action="../zalogowany_organizator/index.html">
<input class="myButton" type="submit" value="Zaloguj" />
</form>
<br>
<a href="#">Zapomniałeś hasła?</a>
<br>
2022-05-30 01:02:38 +02:00
<span> Nie masz konta? <a href="../rejestracja/index.html">Zajerestruj się</a></span>
</div>
</div>
</div>
</body>
</html>