oxjs/demos/map/index.html
2011-03-04 16:25:29 +00:00

14 lines
No EOL
652 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>ox.js map 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 type="text/javascript" src="../../build/js/jquery-1.5.js"></script>
<script type="text/javascript" src="../../build/js/ox.js"></script>
<script type="text/javascript" src="../../build/js/ox.ui.js"></script>
<script type="text/javascript" src="../../build/js/ox.map.js"></script>
<script type="text/javascript" src="js/map.js"></script>
</head>
<body></body>
</html>