-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathContacto.html
49 lines (40 loc) · 1.21 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
<html>
<head>
<title>GamerZone.com | Contacto</title>
<meta charset="UTF-8">
<link href="imagenes/icono.ico" type="image/x-icon" rel="shortcut icon" />
<link rel=stylesheet href="CSS/style.css" type="text/css">
<style type="text/css"></style>
</head>
<body>
<div id="contenedor">
<div id="header">
</div>
<div id="menu">
<ul>
<li><a href="index.html">Inicio</a></li>
<li><a href="noticias/index.html">Noticias</a></li>
<li><a href="dondeestamos.html">Donde Estamos</a></li>
<li><a href="galeria.html">Galeria</a></li>
<li><a href="Contacto.html">Contacto</a></li>
<div class="clear"></div>
</ul>
</div>
<div id="contacto">
<!--Hecho con foxyform.com-->
<a id="foxyform_embed_link_194163" href="http://es.foxyform.com/">foxyform</a>
<script type="text/javascript">
(function(d, t){
var g = d.createElement(t),
s = d.getElementsByTagName(t)[0];
g.src = "http://es.foxyform.com/js.php?id=194163&sec_hash=6972e02f92d&width=800px";
s.parentNode.insertBefore(g, s);
}(document, "script"));
</script>
</div>
<div id="footer">
<h3>Copyright © 2014 WebMaster GamerZone.Com All Rights Reserved</h3>
</div>
</div>
</body>
</html>