feat: ⚡ Zmiana przycisku
This commit is contained in:
parent
f0411cff90
commit
5c974b3cf9
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user