index.html 244 B

1234567891011
  1. <html>
  2. <head>
  3. <script type="text/ecmascript" src="/lib/jquery-2.2.1.js"></script>
  4. <script type="text/ecmascript" src="/index.js"></script>
  5. </head>
  6. <body>
  7. <h1 id="title" onclick="sayGoodbye();">
  8. Hello</h1>
  9. </body>
  10. </html>