-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (42 loc) · 1.42 KB
/
index.html
File metadata and controls
43 lines (42 loc) · 1.42 KB
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
<!doctype html>
<!--<html lang="en">-->
<html ng-app="myApp">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="mobile-web-app-capable" content="yes">
<title>Apps</title>
<script src="js/lib.js"></script>
<link rel="stylesheet" href="css/lib.css">
<link rel="stylesheet" href="css/index.css">
<!-- <link rel="stylesheet" href="styles/app.css"/>-->
<script src="js/config.js"></script>
<script src="https://cdn.mlkcca.com/v2.0.0/milkcocoa.js"></script>
<script src="js/index.js"></script>
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js"></script>
<script src="js/controller.js"></script>
<!-- <script src="js/app.js"></script> -->
</head>
<!--
<body>
<ons-navigator title="Navigator" var="myNavigator">
<ons-page>
<ons-toolbar>
<div class="center">TOP</div>
</ons-toolbar>
<p>
<div style="text-align: center">
<p><ons-button id="next_page">次のページ</ons-button></p>
<p><div id="my-content"></div></p>
</div>
</p>
</ons-page>
</ons-navigator>
</body>
-->
<body>
<ons-sliding-menu swipeable="false" var="slidingMenu" menu-page="menu.html" main-page="map.html" side="left" type="overlay" max-slide-distance="200px">
</ons-sliding-menu>
</body>
</html>