-
Notifications
You must be signed in to change notification settings - Fork 0
/
nokia_lumia_920.html
65 lines (51 loc) · 2.11 KB
/
nokia_lumia_920.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Nokia lumia 920 - Emucel</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="emulator cellular cell movil nokia lumia 920">
<meta name="author" content="Jonathan David Avendaño Ortega">
<!-- Le styles -->
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link href="css/bootstrap-responsive.css" rel="stylesheet">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="container-narrow">
<div class="masthead">
<ul class="nav nav-pills pull-right">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
<h3 class="muted">Emucel</h3>
</div>
<hr>
<center><div class="input-append input-prepend">
<span class="add-on">http://</span>
<input class="input-xlarge" id="emucel-url" type="text" placeholder="ingrese la dirección aquí">
<button class="btn" id="show" type="button">Go!</button>
</center><iframe class="screen_nokia_lumia_920" id="emucel-browser" src="http://coderise.org/" width="338" height="607"></iframe>
</div>
<br><center>
<div><center>
<p class="muted"><strong>Nokia lumia 920</strong></p><img src="images/nokia_lumia_920_mask.png" width="457">
</center>
</div>
<hr>
<div class="footer">
<p>© Emucel 2012</p>
</div>
</div> <!-- /container -->
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="js/jquery.js"></script>
<script src="js/javascript_android.js"></script>
</body>
</html>