clog/static-files/tutorial/some-file.html

10 lines
309 B
HTML

<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>