forked from 0x2620/oxjs
more map
This commit is contained in:
parent
b7e236f056
commit
0fc4338bfd
6 changed files with 3719 additions and 218 deletions
15
demos/listmap/index.html
Normal file
15
demos/listmap/index.html
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>ox.js listmap demo</title
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
||||
<link rel="stylesheet" type="text/css" href="../../build/css/ox.ui.css"/>
|
||||
<script src="../../build/js/jquery-1.5.js"></script>
|
||||
<script src="../../build/js/ox.js"></script>
|
||||
<script src="../../build/js/ox.map.js"></script>
|
||||
<script src="../../build/js/ox.ui.js"></script>
|
||||
<script src="js/listmap.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue