Skip to content

Instantly share code, notes, and snippets.

@jasonpincin
Created March 18, 2014 05:00
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 jasonpincin/9613816 to your computer and use it in GitHub Desktop.
Save jasonpincin/9613816 to your computer and use it in GitHub Desktop.
sample index.html for rpc demo
<html>
<head>
<title>RPC Example</title>
<script type="text/javascript" src="bundle.js"></script>
</head>
<body>
<div id="time" />
<div id="square" />
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment