-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.HTML
More file actions
35 lines (31 loc) · 2.03 KB
/
index.HTML
File metadata and controls
35 lines (31 loc) · 2.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!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>pre entrega</title>
<link rel="stylesheet" href="./style.css">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
</head>
<body class="fond">
<main class="main__index d-flex y justify-content-center " >
<div class="registrate p-2">
<h1 >Registrate <i class="bi bi-person-vcard-fill"></i> </h1>
<form action="" method="" enctype="text/plain">
<div class="mb-2"> <label for="email"></label>
<input type="email " class="bg-dark text-white" id="email" aria-describedby="emailHelp" placeholder="email" required></div>
<div class="mb-2"> <label for="nombre"></label>
<input type="text" class="bg-dark text-white" id="nombre" placeholder="nombre" name="nombre" required> </div>
<div class="mb-2"> <label for="contraseña"></label>
<input type="password" class="bg-dark text-white" name=""id="contraseña" placeholder="contraseña" required> </div>
<button class="btn fondo__black text-white mb-2">Enviar</button>
<div class="boton__crearcuenta"> <button class="btn btn-warning" type="submit">Crear una cuenta</button></div>
</form>
<hr>
<p class="p-2"> <strong>El registro es necesario </strong>para garantizar la seguridad de la página y de los usuarios.</p>
</div>
</main>
<script src="./main.js"></script>
</body>
</html>