-
Notifications
You must be signed in to change notification settings - Fork 0
/
suscripcion.html
33 lines (26 loc) · 1.11 KB
/
suscripcion.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<link rel="stylesheet" href="suscripcion.css">
</head>
<body class="login">
<div class="content">
<div class="logo"><img src="img/logo.png" alt=""></div>
<div class="content_holder">
<form action="">
<input class="short" type="text" name="nombre" placeholder="Nombre">
<input class="short" type="text" name="apellido" placeholder="Apellido">
<input class="long" type="text" name="apellido" placeholder="Dirección">
<input class="long" type="text" name="apellido" placeholder="Ciudad">
<input class="long" type="text" name="correo electronico" placeholder="Correo electrónico">
<input class="long" type="text" name="confirm" placeholder="Confirma correo electrónico">
<button class="boton-ses">Suscríbete</button>
</form>
</div>
</div>
</body>
</html>