index.html 169 B

123456789
  1. <html>
  2. <head>
  3. <script type="application/ecmascript" src="/index.js"></script>
  4. </head>
  5. <body>
  6. <h1 id="title" onclick="alertMe();">Hello</h1>
  7. </body>
  8. </html>