-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfunfact8.html
More file actions
38 lines (31 loc) · 1.5 KB
/
Copy pathfunfact8.html
File metadata and controls
38 lines (31 loc) · 1.5 KB
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
<!--
To change this template, choose Tools | Templates
and open the template in the editor.
-->
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<div data-role="header">
<h1>Fun Facts</h1>
</div>
<div data-role="content" data-title="Fun Facts" height="25">
<img src="images/didyouknow.jpg" width="100%" >
<ul data-role="listview" data-inset="true">
<li>The first contemporary Olympic Games took place in Athens, Greece in 1896. There were 311 male contestants but no female competitors.</li>
</ul>
<div class="ui-grid-b">
<div class="ui-block-a"><a href="funfact7.html" data-role="button" data-rel="dialog" data-icon="arrow-l" data-theme="b" data-transition="flip" >Previous</a></div>
<div class="ui-block-b"><a href="funfact13.html" data-role="button" data-rel="dialog" data-icon="refresh" data-theme="b" data-transition="fade" >Random</a></div>
<div class="ui-block-c"><a href="funfact9.html" data-role="button" data-rel="dialog" data-icon="arrow-r" data-theme="b" data-transition="flip" >Next</a></div>
</div>
<div class="ui-grid-a">
<div class="ui-block-a"><a href="share.html" data-role="button" data-rel="dialog" data-transition="slidedown" >Share...</a></div>
<div class="ui-block-b"><a href="interactive.html" data-role="button" rel="external">Cancel</a></div>
</div>
</div>
</body>
</html>