Skip to content

Instantly share code, notes, and snippets.

@barberdt
Created January 6, 2012 22:14
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 barberdt/1572659 to your computer and use it in GitHub Desktop.
Save barberdt/1572659 to your computer and use it in GitHub Desktop.
Markup for the BUGswarm demo page.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>BUGswarm</title>
<script src="http://d1z10qq7obk1ve.cloudfront.net/swarm/swarm-v0.3.2.js" type="text/javascript"></script>
</head>
<body>
<div id="connect">Not connected yet :(</div><br/>
<div id="presence">No presence yet :(</div><br/>
<div id="messages">No messages yet :(</div><br/>
<div id="errors">No errors! :)</div>
<script src="bugswarm.js" type="text/javascript"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment