-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (31 loc) · 1.22 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
<!DOCTYPE html>
<html manifest='cache.manifest'>
<head>
<title>Pretty Lovable Pics</title>
<meta name="description" content="Cute and lovable animal pics">
<meta name="viewport" content="width=device-width,
initial-scale=1.0,
maximum-scale=1.0,
user-scalable=no">
<link rel="stylesheet" href="http://cdn.kik.com/app/1/default.css">
<meta name="kik-prefer" content="true">
<meta name="kik-user-token" content="ag9zfmNhcmRzLW1hbmFnZXJyEQsSBFVzZXIYgICAoMyspAoM">
<link rel="kik-icon" href="res/icon256/bear.png">
<link rel='stylesheet' href='res/css/main.css' />
<link rel="canonical" href="http://kik.prettylovable.com/">
<script src="http://cdn.kik.com/kik/1.0.0/kik.js"></script>
</head>
<body>
<div class="app-topbar">
<div class="app-title">Pretty Lovable</div>
<div class="app-button right" id="share"><div class="kik-icon"></div></div>
<div class="app-button right" id="next">Next ></div>
</div>
<div class="app-content">
<img id='main'>
</div>
<script src="http://zeptojs.com/zepto.min.js"></script>
<script src="http://cdn.kik.com/app/1/app.js"></script>
<script src="res/js/main.js"></script>
</body>
</html>