-
Notifications
You must be signed in to change notification settings - Fork 0
/
found-by.html
34 lines (34 loc) · 1.4 KB
/
found-by.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<title>
</title>
<link rel="stylesheet" href="https://s3.amazonaws.com/codiqa-cdn/mobile/1.2.0/jquery.mobile-1.2.0.min.css" />
<link rel="stylesheet" href="my.css" />
<script src="https://s3.amazonaws.com/codiqa-cdn/jquery-1.7.2.min.js">
</script>
<script src="https://s3.amazonaws.com/codiqa-cdn/mobile/1.2.0/jquery.mobile-1.2.0.min.js">
</script>
</head>
<body>
<!-- Home -->
<div data-role="page" id="found-by">
<div data-theme="a" data-role="header">
<a data-role="button" data-direction="reverse" data-transition="slide" href="cache-detail.html" data-icon="arrow-l" data-iconpos="left" class="ui-btn-left">
<span id="back-button-text">Cache name goes here!</span>
</a>
<h3>
Found By
</h3>
</div>
<div data-role="content">
<ul id="found-by-collection" data-role="listview" data-divider-theme="b" data-inset="true">
</ul>
</div>
</div>
</body>
</html>