Skip to content

Instantly share code, notes, and snippets.

@woniesong92
Last active August 29, 2015 14:08
Show Gist options
  • Save woniesong92/78df5a672c13f86727d1 to your computer and use it in GitHub Desktop.
Save woniesong92/78df5a672c13f86727d1 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Realtime survey with PubNub and D3JS</title>
<link rel="stylesheet" href="index.css" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" />
</head>
<body>
<div class="container">
<h2>Pick the best model!</h2>
</div>
<script src="http://cdnjs.cloudflare.com/ajax/libs/d3/3.4.13/d3.min.js"></script>
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="http://cdn.pubnub.com/pubnub-3.4.4.js"></script>
<script src="index.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment