This repository was archived by the owner on Aug 7, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpage20.html
More file actions
45 lines (43 loc) · 1.33 KB
/
page20.html
File metadata and controls
45 lines (43 loc) · 1.33 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
39
40
41
42
43
44
45
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Second-level | FoodLoop</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<link href="css/codiqa.ext.css" rel="stylesheet">
<link href="css/jquery.mobile-1.3.1.css" rel="stylesheet">
<script src="js/jquery-1.9.1.js"></script>
<script src="js/jquery.mobile-1.3.1.js"></script>
<script src="js/codiqa.ext.js"></script>
<script src="js/foodloop.js"></script>
</head>
<body>
<div data-role="page" data-control-title="Second-level" id="page20">
<div data-theme="a" data-role="header">
<h3>
FoodLoop
</h3>
</div>
<div data-role="content">
<h2>
Decision Time!
</h2>
<a data-role="button" href="page3.html" data-icon="back" data-iconpos="left">
Keep Swiping
</a>
<div data-controltype="textblock">
<p>
<b>
Or
</b>
</p>
</div>
<a data-role="button" href="page19.html" data-icon="check" data-iconpos="left">
Pick Your Best Liked
</a>
</div>
</div>
</body>
</html>