oxjs/examples/lists/countries/index.html

14 lines
701 B
HTML
Raw Normal View History

2012-04-14 11:49:58 +00:00
<!DOCTYPE html>
<html>
<head>
2012-06-21 21:14:38 +00:00
<title>Countries</title>
2012-06-22 07:24:16 +00:00
<meta http-equiv="Keywords" content="Lists"/>
2012-04-14 11:49:58 +00:00
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
2014-09-26 16:57:12 +00:00
<link rel="shortcut icon" type="image/png" href="../../../source/UI/themes/oxlight/png/icon16.png"/>
2012-04-14 11:49:58 +00:00
<link rel="stylesheet" type="text/css" href="css/example.css"/>
2014-09-26 16:57:12 +00:00
<script type="text/javascript" src="../../../min/Ox.js"></script>
2012-04-14 11:49:58 +00:00
<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-04-14 11:49:58 +00:00
</head>
2012-04-16 08:55:58 +00:00
<body></body>
2012-04-14 11:49:58 +00:00
</html>