mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
Clarify the concept of what a default route to on-new-window handler is
This commit is contained in:
parent
bde06426a0
commit
90595e50aa
3 changed files with 20 additions and 8 deletions
10
static-files/tutorial/some-file.html
Normal file
10
static-files/tutorial/some-file.html
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue