Zaktualizuj 'nowe_konto.php'
This commit is contained in:
parent
343ad61c5e
commit
66ba988a7f
@ -1,11 +1,20 @@
|
||||
<title>Rejestracja konta</title>
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="style.css">
|
||||
|
||||
<div class="registerbox">
|
||||
<img src="img/avatar.png" class="avatar">
|
||||
<h1>Rejestracja</h1>
|
||||
<form method="POST" action="nowe_konto.php">
|
||||
<b>Login:</b> <input type="text" name="login"><br>
|
||||
<b>Hasło:</b> <input type="password" name="haslo1"><br>
|
||||
<b>Powtórz hasło:</b> <input type="password" name="haslo2"><br>
|
||||
<input type="submit" value="Zarejestruj" name="register">
|
||||
<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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user