-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontacto.html
57 lines (50 loc) · 1.51 KB
/
contacto.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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8">
<title> REPSOL </title>
</head>
<body>
<header align="center">
<div align="center">
<img width="500px" height="200px" src="img\Repsol_Logo.jpg" alt="logo repsol">
</div>
<h2>Tu compañía de soluciones energéticas</h2>
</header>
<div align="center">
<p>Traete tu recibo de Gas con Nosotros y empieza a ahorrar</p>
</div>
<div align="center">
<form action="index.html">
<input type="submit" value=Indice>
</form>
<form action="contacto.html">
<input type="submit" value=Contacto />
</form>
<form action="valores.html">
<input type="submit" value=Tarifas />
</form>
</div>
<div align="center">
<h3>Contactanos</h3>
<form action="contactorealizado.html">
<label >Nombre:</label><br>
<input type="text" id="nombre" ><br>
<label >Apellido:</label><br>
<input type="text" id="apellido"><br>
<label >Email:</label><br>
<input type="text" id="mail"><br>
<input type="submit" value=Enviar>
</form>
</div>
<div align="center" >
<h3> Por que #somosfuturo </h3>
</div>
<div align="center">
<iframe width="560" height="315" src="https://www.youtube.com/embed/vambbmwkHP0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<footer align="center">
Repsol by Camach @Copyright 2022 España
</footer>
</body>
</html>