/index.html
https://bitbucket.org/MatthewJA/twitterstream · HTML · 11 lines · 11 code · 0 blank · 0 comment · 0 complexity · 276c7ffb9a233e75377f1e8810f873f8 MD5 · raw file
- <html>
- <head>
- <title>TwitterStream Test Page</title>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
- <script src="twitter.js"></script>
- </head>
- <body>
- <table id="twitterstream">
- </table>
- </body>
- </html>