testloader.html 446 B

123456789101112131415
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Script & Unit loader test</title>
  5. <meta charset="utf-8"/>
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <script src="testloader.js" type="application/javascript" ></script>
  8. </head>
  9. <body>
  10. <button id="loader">Load JQuery javascript scripts from google</button>
  11. <button id="formloader">Load form</button>
  12. <script>rtl.run();</script>
  13. </body>
  14. </html>