-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFormulario.html
106 lines (96 loc) · 3.53 KB
/
Formulario.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!DOCTYPE HTML>
<!--
Landed by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Marvel.info_Alejandro.Morales</title>
<link rel="shortcut icon" type="image/png" href="images/favicon.png"/>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<div id="page-wrapper">
<!-- Header -->
<header id="header">
<h1 id="logo"><a href="index.html">Marvel</a></h1>
<nav id="nav">
<ul>
<li><a href="index.html">Inicio</a></li>
<li>
<a href="#">Fases</a>
<ul>
<li><a href="Fase1.html">Fase 1</a></li>
<li><a href="Fase2.html">Fase 2</a></li>
<li><a href="Fase3.html">Fase 3</a></li>
<li>
<a href="#">Fases sin anunciar</a>
<ul>
<li><a href="Fase4.html">Fase 4</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="Superheroes.html">Superheroes</a></li>
<li><a href="Formulario.html" class="button primary">Formulario</a></li>
</ul>
</nav>
</header>
<!-- Formulario -->
<form action="http://www2.gonzalonazareno.org/josedom/resultado.php" method="get">
<p>
Nombre: <input type="text" name="name_control" size="1" autofocus required />
<br />
Correo Electrónico: <input type="email" name="email_control" required />
<br />
¿Que Heroe de Marvel es tu favorito?
<select name="sistema_control">
<option value="heroe">Iron Man</option>
<option value="heroe">Thor</option>
<option value="heroe">Capitán América</option>
<option value="heroe">Bruja Escarlata</option>
<option value="heroe">Vision</option>
<option value="heroe">T'Challa</option>
<option value="heroe">Spider-Man</option>
<option value="heroe">Dr. Strange</option>
<option value="heroe">Capitana Marvel</option>
<option value="heroe">Wasp</option>
<option value="heroe">Ant-Man</option>
<option value="heroe">Falcon</option>
<option value="heroe">Soldado del Invierno</option>
<option value="heroe">Hawkeye</option>
<option value="heroe">Black Widow</option>
<option value="heroe">Hulk</option>
</select>
<br/>
Comentarios:
<textarea name="comentario_control" rows="4" cols="20"></textarea>
<br/>
<br/>
<input type="submit" value="Submit!" />
</form>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="https://github.com/MoralG/Pagina.Estatica" class="icon alt fa-github"><span class="label">GitHub</span></a></li>
</ul>
<ul class="copyright">
<li>© Untitled. All rights reserved.</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>