2
0

demodocument1.html 255 B

12345678910111213
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Hello, world!</title>
  5. <script type="application/javascript" src="demodocument1.js" ></script>
  6. </head>
  7. <body>
  8. <script type="application/javascript" >
  9. rtl.run();
  10. </script>
  11. </body>
  12. </html>