oxjs/tools/geo/html/geo.html
2011-11-23 15:53:17 +01:00

12 lines
No EOL
424 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Ox.Geo</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link rel="stylesheet" type="text/css" href="../css/geo.css">
<script src="http://maps.google.com/maps/api/js?sensor=false"></script>
<script src="../../../dev/Ox.js"></script>
<script src="../js/geo.js"></script>
</head>
<body></body>
</html>