Skip to content

Commit 782be62

Browse files
committed
GR
1 parent 1affb8d commit 782be62

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

erick -Pagina web/formulari.html

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<!DOCTYPE html>
22
<html lang="es">
3+
<head>
4+
<meta charset="UTF-8">
5+
</head>
36
<h3>Dades Personals</h3>
47
<form id="formulari" action="" method="post">
58
<input type="hidden" name="redirect" value="" tabindex="1" />
@@ -30,4 +33,8 @@ <h3>Dades Personals</h3>
3033
</li>
3134
<label for="constrasenya">Constrasenya:</label>
3235
<input type="password" name="constrasenya" id="constrasenya" value="" tabindex="2" />
36+
<br>
37+
<button>
38+
<input type="button" value ="Enviar Formulari">
39+
</button>
3340
</html>

erick -Pagina web/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="es">
33
<head>
4+
<meta charset="UTF-8">
45
<title> Top coches japonesos</title>
56
<link rel="stylesheet" href="index.css">
67
</head>

0 commit comments

Comments
 (0)