feat(data): dodano ekran zakładania turnieju

This commit is contained in:
Lewy 2022-05-31 02:17:17 +02:00
parent 5291803aeb
commit 4f64f8fd1c

View File

@ -11,12 +11,12 @@
<body> <body>
<header> <header>
<a href="../index.html"><img src="logo_padel.jpeg"></a> <a href="../index.html"><img src="logo_padel.jpeg" alt=""></a>
<a href="#">Kalendarz turniejów</a> <a href="#">Kalendarz turniejów</a>
<a href="#">Ranking</a> <a href="#">Ranking</a>
<a href="#">Wyniki</a> <a href="#">Wyniki</a>
<form action="logowanie/index.html"> <form action="../logowanie/index.html">
<input class="loginn" type="submit" value="Logowanie" /> <input class="login" type="submit" value="Logowanie" />
</form> </form>
</header> </header>