| 1234567891011121314 |
- <!doctype html>
- <html>
- <head>
- <title>Static File Broker Test App</title>
- <link rel="stylesheet" type="text/css" href="http://localhost:8000/css/style.css" />
- <script type="text/javascript" src="http://localhost:8000/js/test.js"></script>
- </head>
- <body>
- <p>An image should be shown below:</p>
- <img src="http://localhost:8000/img/test.png" alt="test.png" onclick="testjs()" />
- <p>If you click the image, a dialog should pop up</p>
- </body>
- </html>
|