Update templates/form.html
Browse files- templates/form.html +7 -7
templates/form.html
CHANGED
@@ -1,19 +1,19 @@
|
|
1 |
<!DOCTYPE html>
|
2 |
<html lang="pt-BR">
|
3 |
<head>
|
4 |
-
<meta charset="UTF-8"
|
5 |
<title>Formulário Imobiliário</title>
|
6 |
</head>
|
7 |
<body>
|
8 |
<h2>Receba uma oferta personalizada</h2>
|
9 |
<form action="/" method="post">
|
10 |
-
<label>Nome: <input type="text" name="nome" required
|
11 |
-
<label>Email: <input type="email" name="email" required
|
12 |
-
<label>Bairro de interesse: <input type="text" name="bairro" required
|
13 |
-
<label>Faixa de preço: <input type="text" name="preco" required
|
14 |
-
<label>Detalhes do que procura:<br
|
15 |
<textarea name="mensagem" rows="4" cols="40"></textarea>
|
16 |
-
</label><br
|
17 |
<button type="submit">Enviar</button>
|
18 |
</form>
|
19 |
</body>
|
|
|
1 |
<!DOCTYPE html>
|
2 |
<html lang="pt-BR">
|
3 |
<head>
|
4 |
+
<meta charset="UTF-8" />
|
5 |
<title>Formulário Imobiliário</title>
|
6 |
</head>
|
7 |
<body>
|
8 |
<h2>Receba uma oferta personalizada</h2>
|
9 |
<form action="/" method="post">
|
10 |
+
<label>Nome: <input type="text" name="nome" required /></label><br />
|
11 |
+
<label>Email: <input type="email" name="email" required /></label><br />
|
12 |
+
<label>Bairro de interesse: <input type="text" name="bairro" required /></label><br />
|
13 |
+
<label>Faixa de preço: <input type="text" name="preco" required /></label><br />
|
14 |
+
<label>Detalhes do que procura:<br />
|
15 |
<textarea name="mensagem" rows="4" cols="40"></textarea>
|
16 |
+
</label><br />
|
17 |
<button type="submit">Enviar</button>
|
18 |
</form>
|
19 |
</body>
|