forked from rbiggs/chocolatechip-ui.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
snips.html
35 lines (33 loc) · 934 Bytes
/
snips.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 lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0, user-scalable=yes">
<meta name="viewport" content="width=device-height">
<meta name="apple-mobile-web-app-capable" content="yes">
<title>ChocolateChip-UI</title>
<link rel="stylesheet" href="css/main.css" />
<style type="text/css">
</style>
<script type="text/javascript" src="chocolatechip.js"></script>
<script type="text/javascript" src="ch-ui.js"></script>
<script type="text/javascript">
$.ready(function() {
});
</script>
</head>
<body>
<app>
<view id="main" ui-background-stype="striped" ui-navigation-status="current">
<navbar>
<barleft></barleft>
<barcenter><h1></h1></barcenter>
<barright></barright>
</navbar>
<subview class="withNavbar withBottomToolbar">
</subview>
<toolbar placement="bottom"></toolbar>
</view>
</app>
</body>
</html>