view caja-test.html @ 3:8ca68c2a7217

caja-test.html now asks the server for cajoled js.
author Atul Varma <varmaa@toolness.com>
date Sun, 07 Jun 2009 20:27:26 -0700
parents 633c9cb05555
children
line wrap: on
line source

<html>
<head>
  <title>Caja Test</title>
</head>
<body>
Hi.
<script src="js/ext/cajita.js"></script>
<script src="js/caja-test.js"></script>
<script src="http://localhost:8080/my-caja-module.js"></script>
</body>
</html>