-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (22 loc) · 919 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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="mobile-web-app-capable" content="yes">
<meta charset="utf-8">
<title>UI Components</title>
<link rel="SHORTCUT ICON" href="/static/favicon.jpg" />
<link rel="icon" href="/static/favicon.jpg" type="image/jpg" />
<!-- desktop -->
<link href="/static/daemonite/css/base.min.css" rel="stylesheet">
<!-- mobile -->
<link rel="stylesheet" href="static/onsenui/css/onsenui.css">
<link rel="stylesheet" href="static/onsenui/css/onsen-css-components.css">
</head>
<body>
<div id="app" class="container" ></div>
<script src="/static/jquery.min.js"></script>
<script src="/static/daemonite/js/base.min.js"></script>
</body>
</html>