mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
10 lines
309 B
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>
|