oxd/media/test.html

13 lines
181 B
HTML
Raw Normal View History

2010-07-30 13:27:51 +00:00
<!doctype html>
<html>
<head>
<script src="http://localhost/js/jquery.js"></script>
<script src="test.js"></script>
</head>
<body>
<div id="movies">
</div>
</body>
</html>