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

View File

@ -17,7 +17,9 @@
<a href="#">Ranking</a> <a href="#">Ranking</a>
<a href="#">Wyniki</a> <a href="#">Wyniki</a>
<a href="#">Kontakt</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> <span class="dot">JM</span>
</div> </div>
</header> </header>