Zaktualizuj 'nowe_konto.php'
This commit is contained in:
parent
0bf9637a56
commit
423a03e715
@ -1,7 +1,8 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Rejestracja konta</title>
|
||||
<link rel="stylesheet" type="text/css" href="style.css">
|
||||
<link rel="stylesheet" type="text/css" href="style/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="style/login.css">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
</head>
|
||||
|
||||
@ -65,5 +66,6 @@ mysql_close();
|
||||
<input type="submit" name="register" value="Rejestruj się">
|
||||
</form>
|
||||
<h2><?php echo $error; ?></h2>
|
||||
<a href="index.php"><<< Powrót do logowania</a>
|
||||
</div>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user