mirror of
https://github.com/FranP-code/Login-Form.git
synced 2025-10-12 23:52:47 +00:00
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:
@@ -1 +1,15 @@
|
||||
<h1>asdojfnadsjfnasfnadsjfda</h1>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en" id='html_register'>
|
||||
<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>Register page</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<link rel="stylesheet" href="../normalize.css">
|
||||
</head>
|
||||
<body>
|
||||
<header class='login'>You are registered into the website!!</header>
|
||||
<h2>Please, <a href="../index.html">click here</a> to come back to the HOME page</h2>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user