Created
March 18, 2014 05:00
-
-
Save jasonpincin/9613816 to your computer and use it in GitHub Desktop.
sample index.html for rpc demo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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