oxjs/examples/manhattan_grid/index.html

13 lines
526 B
HTML
Raw Normal View History

2012-04-12 19:21:37 +00:00
<!DOCTYPE html>
<html>
<head>
<title>Manhattan Grid Coordinate System</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link rel="shortcut icon" type="image/png" href="../../source/Ox.UI/themes/classic/icon16.png"/>
<link rel="stylesheet" type="text/css" href="css/example.css"/>
<script type="text/javascript" src="../../dev/Ox.js"></script>
<script type="text/javascript" src="js/example.js"></script>
</head>
<body>
</body>
</html>