Skip to content

Instantly share code, notes, and snippets.

@williamngan
Last active August 31, 2015 02:06
Show Gist options
  • Save williamngan/d1a1bd60d5345cd11f38 to your computer and use it in GitHub Desktop.
Save williamngan/d1a1bd60d5345cd11f38 to your computer and use it in GitHub Desktop.
<html>
<head>
<title>Pt - getting started</title>
<script type="text/javascript" src="http://williamngan.github.io/pt/dist/pt.min.js"></script>
</head>
<body>
<div id="pt" style="width: 500px; height: 500px;"></div>
<script type="text/javascript">
// Our exciting code will go inside here
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment