Terminado el HTML y CSS de las paginas de ERROR y de SUCCESS. Añadida la pagina de Notion al proyecto

This commit is contained in:
2021-05-21 19:13:19 -03:00
parent 9b8a533548
commit 9e76b31c6f
10 changed files with 788 additions and 18 deletions

View File

@@ -35,7 +35,7 @@ if (isset($_POST['submit'])) {
}
} else {
echo error('The passwords doesn'. `'` . 't match');
echo error('The passwords doesn&#039t match');
echo backToPreviusPage(3, '../register.html');
}
@@ -49,4 +49,18 @@ if (isset($_POST['submit'])) {
echo backToPreviusPage(3, '../register.html');
}
?>
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ERROR</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
</body>
</html>