-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path5.html
119 lines (94 loc) · 4.22 KB
/
5.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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta content="yes" name="apple-mobile-web-app-capable">
<meta content="minimum-scale=1, user-scalable=no, width=device-width, maximum-scale=0.6667" name="viewport">
<meta content="text" name="description">
<link href="css/iwebkit.css?1" rel="stylesheet" media="screen">
<script type="text/javascript" src="javascript/zepto.min.js?aezd"></script>
<script type="text/javascript" src="javascript/iwebkit.js?sfdzdre"></script>
<title>iWebKit 6 BETA 2</title>
</head>
<body>
<header>
<nav>
<a class="leftnav" href="4.html" data-nav-type="button">4</a>
<a class="rightnav" href="6.html" data-nav-type="button" data-color="blue">6</a>
</nav>
<h1>5</h1>
</header>
<section id="content" data-ui-type="native">
<header>
<h2>Choose a Network</h2>
</header>
<section>
<article>
<header>
<h3>Introduction:</h3>
</header>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut fringilla velit ut mi mollis tempor. Maecenas faucibus viverra malesuada.</p>
</article>
</section>
<aside>
<header>
<h4>Extra Info</h4>
</header>
<p>The volume of the ringer and alerts can be adjusted using the volume buttons.</p>
</aside>
<section>
<nav data-image-type="icon">
<a href="index.html">
<img src="images/icon.png" alt="icon">
<p>Wi-Fi</p>
<small>SFR WiFi Public</small>
</a>
<a href="index.html">
<img src="images/icon.png" alt="icon">
<p>Gamecenter</p>
</a>
</nav>
<nav data-image-type="none">
<a href="index.html">
<p>Other options</p>
</a>
</nav>
</section>
<section>
<nav data-image-type="image">
<a href="#">
<img src="images/muse.jpeg" alt="icon">
<small>Muse</small>
<p>The perception</p>
<div data-stars="four">43 reviews</div>
</a>
<a href="#">
<small>Unknown Artist</small>
<p>No album</p>
<div data-stars="zero"></div>
</a>
</nav>
</section>
<section>
<form>
<fieldset data-input-type="field"><input name="" type="text" placeholder="name"></fieldset>
<fieldset data-input-type="labelfield"><input placeholder="..." type="password" ><label>Password</label></fieldset>
<fieldset data-input-type="checkbox"><input data-color="blue" name="remember" type="checkbox" checked="checked"><label>Remember</label></fieldset>
<fieldset data-input-type="checkbox"><input data-color="orange" name="remember" type="checkbox"><label>Offline Mode</label></fieldset>
<fieldset data-input-type="radiobutton"><input name="music" type="radio" value="1" ><label>type 1</label></fieldset>
<fieldset data-input-type="radiobutton"><input name="music" type="radio" value="2" ><label>type 2</label></fieldset>
<fieldset data-input-type="radiobutton"><input name="music" type="radio" value="3" ><label>type 3</label></fieldset>
<fieldset data-input-type="radiobutton"><input name="music" type="radio" value="4" ><label>type 4</label></fieldset>
<fieldset data-input-type="select"><select name="d"><option value="1">Starter</option><option value="2">ultimate</option></select></fieldset>
<fieldset data-input-type="button"> <input name="button" type="button" value="button"></fieldset>
<fieldset data-input-type="textarea"> <textarea name="textarea" rows="4" placeholder="enter text"></textarea></fieldset>
<fieldset data-input-type="button"> <input name="Submit input" type="submit" value="Submit input" ></fieldset>
</form> </section>
<aside>
<address>
<a href="http://snippetspace.com">Powered by iWebKit 6</a>
</address>
</aside>
</section>
</body>
</html>