oxjs/tools/geo/html/geo.html

12 lines
424 B
HTML
Raw Normal View History

2011-05-23 19:38:52 +00:00
<!DOCTYPE html>
<html>
<head>
2011-11-23 14:53:17 +00:00
<title>Ox.Geo</title>
2011-05-23 19:38:52 +00:00
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
2011-11-23 14:53:17 +00:00
<link rel="stylesheet" type="text/css" href="../css/geo.css">
2011-05-23 19:38:52 +00:00
<script src="http://maps.google.com/maps/api/js?sensor=false"></script>
2011-11-23 14:53:17 +00:00
<script src="../../../dev/Ox.js"></script>
<script src="../js/geo.js"></script>
2011-05-23 19:38:52 +00:00
</head>
<body></body>
</html>