2012-05-28 14:38:16 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Widget Design Patterns</title>
|
2012-06-22 07:24:16 +00:00
|
|
|
<meta http-equiv="Keywords" content="UI"/>
|
2012-05-28 14:38:16 +00:00
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
2012-06-21 21:14:38 +00:00
|
|
|
<link rel="shortcut icon" type="image/png" href="../../../source/Ox.UI/themes/classic/png/icon16.png"/>
|
2012-05-28 14:38:16 +00:00
|
|
|
<link rel="stylesheet" type="text/css" href="css/example.css"/>
|
2012-07-10 01:29:32 +00:00
|
|
|
<script type="text/javascript" src="../../../build/Ox.js"></script>
|
2012-05-28 14:38:16 +00:00
|
|
|
<script type="text/javascript" src="js/example.js"></script>
|
2012-05-29 09:42:42 +00:00
|
|
|
<script>window.addEventListener('message', function(e) { e.origin == window.location.origin && eval(e.data); });</script>
|
2012-05-28 14:38:16 +00:00
|
|
|
</head>
|
|
|
|
<body></body>
|
2012-05-29 09:42:42 +00:00
|
|
|
</html>
|