Skip to content

Instantly share code, notes, and snippets.

@davidguttman
Created May 10, 2011 06:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidguttman/964011 to your computer and use it in GitHub Desktop.
Save davidguttman/964011 to your computer and use it in GitHub Desktop.
TwitterChimes Part 2 - index.html 01
<!-- /public/index.html -->
...
<script src="/js/libs/jquery-1.5.2.js"></script>
<script src="/socket.io/socket.io.js"></script>
<!-- New Friends -->
<script src="/js/libs/processing-1.1.0.js"></script>
<script src="/js/libs/soundmanager2.js"></script>
<script src="/js/script.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment