Not a problem, just a question. I am struggling to understand why the syntax for including external CSS and JS is so different. Currently I use this :
<script src="http://localhost:80/lib/dialogs.js"></script>
<link rel="stylesheet" href="http://localhost:80/lib/dialogs.css">...