oxjs/demos/image/index.html

10 lines
324 B
HTML
Raw Normal View History

2011-06-19 17:40:53 +02:00
<!DOCTYPE html>
<html>
<head>
<title>OxJS Image Demo</title
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
2012-04-14 11:46:46 +02:00
<script type="text/javascript" src="../../dev/Ox.js"></script>
2011-06-19 17:40:53 +02:00
<script type="text/javascript" src="js/image.js"></script>
</head>
<body></body>
</html>