oxjs/demos/listmap/index.html

12 lines
416 B
HTML
Raw Normal View History

2011-03-05 08:53:34 +00:00
<!DOCTYPE html>
<html>
<head>
<title>ox.js listmap demo</title
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
2011-05-23 19:38:52 +00:00
<script type="text/javascript" src="../../build/Ox.js"></script>
<script type="text/javascript" src="../../source/_/ox.map.js"></script>
<script type="text/javascript" src="js/listmap.js"></script>
2011-03-05 08:53:34 +00:00
</head>
<body>
</body>
</html>