index.html 410 B

12345678910111213141516
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta http-equiv="Content-type" content="text/html; charset=utf-8">
  5. <title>Project1</title>
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <script src="main.js"></script>
  8. </head>
  9. <body>
  10. <script>
  11. rtl.showUncaughtExceptions=true;
  12. window.addEventListener("load", rtl.run);
  13. </script>
  14. <div id="pasjsconsole"></div>
  15. </body>
  16. </html>