Clarify the concept of what a default route to on-new-window handler is

This commit is contained in:
David Botton 2022-04-10 16:20:24 -04:00
parent bde06426a0
commit 90595e50aa
3 changed files with 20 additions and 8 deletions

View file

@ -0,0 +1,10 @@
<html>
<head>
<script src="/js/jquery.min.js" type="text/javascript"></script>
<script src="/js/boot.js" type="text/javascript"></script>
</head>
<body>
<p>I am just a regular file but I include boot.js. I am in the static-root
of the tutorial and demo apps.</p>
</body>
</html>