Mercurial > caja-test
view caja-test.html @ 4:cf673c093b61 default tip
paver runserver now shows errors if cajoling failed.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Sun, 07 Jun 2009 20:44:44 -0700 |
parents | 8ca68c2a7217 |
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>