link_to_page_that_intents_to_package_on_load.html 441 B

123456789101112131415
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta name="viewport"
  5. content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
  6. </head>
  7. <body>
  8. <a id='link'>
  9. <script type="text/javascript">
  10. document.getElementById('link').href = '/weblayer/test/data/page_that_intents_to_package_on_load.html' + window.location.hash;
  11. </script>
  12. Click to go to page that intents to the package specified in the URL hash on load
  13. </a>
  14. </body>
  15. </html>