/index.html

https://bitbucket.org/MatthewJA/twitterstream · HTML · 11 lines · 11 code · 0 blank · 0 comment · 0 complexity · 276c7ffb9a233e75377f1e8810f873f8 MD5 · raw file

  1. <html>
  2. <head>
  3. <title>TwitterStream Test Page</title>
  4. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
  5. <script src="twitter.js"></script>
  6. </head>
  7. <body>
  8. <table id="twitterstream">
  9. </table>
  10. </body>
  11. </html>