-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·30 lines (26 loc) · 988 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<link rel="stylesheet" type="text/css" href="topcoat/css/topcoat-mobile-light.css"/>
<link rel="stylesheet" type="text/css" href="css/styles.css"/>
</head>
<body>
<div class="topcoat-navigation-bar">
<div class="topcoat-navigation-bar__item left quarter"></div>
<div class="topcoat-navigation-bar__item center half">
<h1 class="topcoat-navigation-bar__title">Picture Feed</h1>
</div>
<div class="topcoat-navigation-bar__item right quarter">
<a class="topcoat-icon-button--quiet camera-btn" href="#">
<span class="topcoat-icon topcoat-icon--camera"></span>
</a>
</div>
</div>
<div class="scroller"></div>
<script src="phonegap.js"></script>
<script src="jquery-2.0.3.min.js"></script>
<script src="app.js"></script>
</body>
</html>