Zaktualizuj 'nowe_konto.php'

This commit is contained in:
Krystian Rzepa 2018-12-30 16:44:06 +00:00
parent 343ad61c5e
commit 66ba988a7f

View File

@ -1,11 +1,20 @@
<title>Rejestracja konta</title> <title>Rejestracja konta</title>
<form method="POST" action="nowe_konto.php"> <link rel="stylesheet" type="text/css" href="style.css">
<b>Login:</b> <input type="text" name="login"><br>
<b>Hasło:</b> <input type="password" name="haslo1"><br> <div class="registerbox">
<b>Powtórz hasło:</b> <input type="password" name="haslo2"><br> <img src="img/avatar.png" class="avatar">
<input type="submit" value="Zarejestruj" name="register"> <h1>Rejestracja</h1>
</form> <form method="POST" action="nowe_konto.php">
<p>Login</p>
<input type="text" name="login" placeholder="Wpisz swój login" required>
<p>Hasło</p>
<input type="password" name="haslo1" placeholder="Wpisz swoje hasło" required>
<p>Powtórz hasło</p>
<input type="password" name="haslo2" placeholder="Powtórz hasło" required>
<input type="submit" name="register" value="Rejestruj się">
</form>
</div>
<?php <?php