oxjs/examples/maps/world_map_with_countries/index.html

13 lines
649 B
HTML
Raw Normal View History

2012-10-19 11:36:35 +00:00
<!DOCTYPE html>
<html>
<head>
<title>World Map with Countries</title>
<meta http-equiv="Keywords" content="Lists"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
2013-02-11 10:46:40 +00:00
<link rel="shortcut icon" type="image/png" href="../../../source/Ox.UI/themes/oxlight/png/icon16.png"/>
2012-10-19 11:36:35 +00:00
<script type="text/javascript" src="../../../build/Ox.js"></script>
<script type="text/javascript" src="js/example.js"></script>
<script>window.addEventListener('message', function(e) { e.origin == window.location.origin && eval('(' + e.data + ')'); });</script>
2012-10-19 11:36:35 +00:00
</head>
<body></body>
</html>