feat: Zmiana przycisku

This commit is contained in:
Arek 2022-05-20 00:03:06 +02:00
parent f0411cff90
commit 5c974b3cf9
2 changed files with 4 additions and 3 deletions

View File

@ -19,8 +19,7 @@
<input placeholder="Tutaj wpisz hasło">
<br>
<center>
<form
action="file:///Users/arekkowalski/Desktop/testowanie_visual/Padel-Tournaments-System/frontend/zalogowany_organizator/index.html?">
<form action="../zalogowany_organizator/index.html">
<input class="myButton" type="submit" value="Zaloguj" />
</form>
</center>

View File

@ -17,7 +17,9 @@
<a href="#">Ranking</a>
<a href="#">Wyniki</a>
<a href="#">Kontakt</a>
<button class="loginn">PANEL ORGANIZATORA</button>
<form action="../panel_organizatora/index.html">
<input class="loginn" type="submit" value="Panel organizatora" />
</form>
<span class="dot">JM</span>
</div>
</header>