-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
68 lines (64 loc) · 3.02 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
<link rel="icon" type="image/png" id="favicon" href="img/mozilla.png" />
<link rel="stylesheet" href="css/styles.css"/>
<title>Mozilla Perú</title>
<!--[if !IE 7]>
<style type="text/css">
#contenedor {display:table;height:100%}
</style>
<![endif]-->
</head>
<body data-twttr-rendered="true">
<div id="contenedor">
<header>
<h1>Ahora estás más seguro con Firefox<img src="img/firefox.png" width="100"/></h1>
<form method="GET" action="http://www.google.com/search">
<input type="text" placeholder="Buscar en Google" name="q" />
</form>
</header>
<section>
<article id="video">
<iframe width="425" height="250" src="http://www.youtube.com/embed/O11z7Q5vvq0" frameborder="0" allowfullscreen></iframe>
</article>
<!--<video width="400" preload="auto" controls="" style="width: 400px ! important;" tabindex="0">
<source src="http://videos.mozilla.org/serv/marketing/Firefox/Firefox%20Tabs_1.webm"></source>
</video>-->
<article id="enlaces">
<!--<h3>Enlaces Directos</h3>-->
<ul>
<li><a target="_blank" title="Facebook" href="https://www.facebook.com/MozillaPeru"><img src="img/facebook.png" alt="firefox" width="72px"/></a></li>
<li><a target="_blank" title="Twitter" href="https://twitter.com/mozillaperu/"><img src="img/twitter.png" alt="firefox" width="72px"/></a></li>
<li><a target="_blank" title="Depor" href="http://depor.pe/"><img src="img/depor.png" alt="firefox" width="72px"/></a></li>
<li><a target="_blank" title="El Comercio" href="http://elcomercio.pe/"><img src="img/elcomercio.png" alt="firefox" width="72px"/></a></li>
<li><a target="_blank" title="La Republica" href="http://www.larepublica.pe/"><img src="img/larepublica.png" alt="firefox" width="72px"/></a></li>
<li><a target="_blank" title="Trome" href="http://trome.pe/"><img src="img/trome.png" alt="firefox" width="72px"/></a></li>
</ul>
</article>
</section>
</div>
<footer>
<div id="foot">
<div id="enlaces_firefox">
<ul>
<li><a target="_blank" href="https://addons.mozilla.org/es/firefox/themes/"><img src="img/foxkeh.png" alt="firefox" width="60px"/>Personaliza tu Firefox</a></li>
<li><a target="_blank" href="https://www.mozilla.org/es-ES/firefox/partners/"><img src="img/movil.png" alt="firefox" width="60px"/>Firefox OS</a></li>
<li><a target="_blank" href="http://mozilla.pe/"><img class="imgfix" src="img/icon.png" alt="firefox" width="40px"/>Mozilla Perú</a></li>
<li><a target="_blank" href="https://blog.mozilla.org/laguaridadefirefox/"><img src="img/guarida.png" alt="firefox" width="60px"/>La guarida de Firefox</a></li>
</ul>
</div>
</div>
</footer>
<!--<script type="text/javascript" src="http://s3.www.universalsubtitles.org/embed.js">
({
video_url: "http://www.mysite.com/link_to_video.ogg",
video_config: {
poster: "http://www.mysite.com/link_to_poster.jpg",
click_to_play: true
}
})
</script>-->
</body>
</html>