oxjs/examples/documentation/oxdoc_tutorial/index.html

14 lines
634 B
HTML
Raw Normal View History

2012-05-30 13:20:41 +00:00
<!DOCTYPE html>
<html>
<head>
2012-06-24 15:32:45 +00:00
<title>OxDoc Tutorial</title>
2012-06-22 07:24:16 +00:00
<meta http-equiv="Keywords" content="Documentation"/>
2012-05-30 13:20:41 +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"/>
<script type="text/javascript" src="../../../dev/Ox.js"></script>
2012-05-30 13:20:41 +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>
</head>
<body></body>
</html>