This commit is contained in:
j 2010-07-30 15:27:51 +02:00
commit 97ac8b6912
2 changed files with 117 additions and 0 deletions

12
media/test.html Normal file
View file

@ -0,0 +1,12 @@
<!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>