-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact copy.html
55 lines (49 loc) · 2.24 KB
/
contact copy.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Cosmetic Made in Spain</title>
<link rel="stylesheet" type="text/css" href="css/design copy.css"/>
</head>
<body>
<div class="page">
<div class="nav">
<a href="index.html"><img src="images/未标题-3.png"></a>
<ul class="fr">
<a href="contact copy.html"><li style="font-size:130%;">Contáctenos</li></a>
<a href="goods1 copy.html"><li style="font-size:130%;">Productos</li></a>
<li class="dropdown">
<a href="javascript:void(0)" class="dropbtn">Language</a>
<div class="dropdown-content">
<a href="index copy 2.html">English</a>
<a href="index.html">中文</a>
</div>
</li>
</ul>
</div>
<div class="bigdescriptionTop">
<div>
<li >Contáctenos</li>
</div>
</div>
<div class="line"></div>
<div class="bigdescription">
<form action="https://formsubmit.co/info@myvida.es" method="POST">
<li>
Tu Correo Electrónico:
<input type="email" name="email" required>
</li>
<div class="line1"></div>
<li>
Tu Mensaje:
<input type="text" name="name" required>
</li>
<button type="submit">Enviar</button>
</form>
</div>
<div class="line2"></div>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3197.083490614818!2d-5.171625510462459!3d36.74456699932691!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd0d3139cce7356b%3A0xa23effc9f6d3c66!2zQy4gUG96bywgOCwgMjk0MDAgUm9uZGEsIE3DoWxhZ2EsIOilv-ePreeJmQ!5e0!3m2!1szh-TW!2stw!4v1690970157431!5m2!1szh-TW!2stw" width=100% height="700" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
<div class="foot">Vida Copyright © 2024 All rights reserved</div>
</div>
</body>
</html>