agenda.html 394 Bytes
Newer Older
roshka committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Agenda</title>
</head>
<body>
	<h1>Agenda</h1>
	<form action="/Poker/agenda" method="post">
		Nombre <input type="text" name="nombre">
		E-mail <input type="text" name="correo_electronico">
		Telefono <input type="text" name="telefono">
		Direccion <input type="text" name="direccion">
		<input type="submit">
	</form>
</body>
</html>