index.html 377 B

12345678910111213
  1. <html><body>
  2. <script>
  3. body.onload = function() { console.log("The test page has loaded."); }
  4. </script>
  5. <style>
  6. body { background-color:fuchsia;}
  7. </style>
  8. <h1>It works!</h1>
  9. <p>This is a test of content hosted at the URL
  10. <a href="fuchsia-pkg://shell-data/index.html">
  11. fuchsia-pkg://shell-data/index.html
  12. </a></p>
  13. </body></html>