index.html 489 B

1234567891011121314151617181920
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta http-equiv="Content-type" content="text/html; charset=utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1">
  6. <title>Project1</title>
  7. <script src="datamoduletest.js"></script>
  8. </head>
  9. <body>
  10. <h1 id="hdrTitle"></h1>
  11. <button id="btnSetTitle">Set title</button>
  12. <h2 id="hdrTitle-2">Subtitle</h2>
  13. <button id="btnSetTitle-2">Clear Title</button>
  14. <script>
  15. rtl.run();
  16. </script>
  17. </body>
  18. </html>