This repository has been 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
/
index.html
59 lines (57 loc) · 1.73 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Splash | 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="Splash" id="page1">
<div data-role="content">
<div data-controltype="textblock">
<p>
<br/>
</p>
<p>
<br/>
</p>
<p>
<br/>
</p>
</div>
<a href="page3.html" data-controltype="image">
<div style="">
<img style="width: 290px; height: 200px" src="img/food-loop-logo.png"/>
</div>
</a>
<div data-controltype="textblock">
<p>
<b>
BETA
version 0.0.1
<br/>
</b>
</p>
<p>
<b>
<br/>
</b>
</p>
</div>
<div>
<a href="http://www.foodloop.co" target="_blank" data-transition="fade">
www.foodloop.co
</a>
</div>
</div>
</div>
</body>
</html>