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