Skip to content

Instantly share code, notes, and snippets.

@hasantayyar
Forked from ericelliott/jsbin-template.html
Created December 1, 2016 23:17
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 hasantayyar/08c246c4b67364cb2bf9e73505fb4cd0 to your computer and use it in GitHub Desktop.
Save hasantayyar/08c246c4b67364cb2bf9e73505fb4cd0 to your computer and use it in GitHub Desktop.
JSBin HTML
<!DOCTYPE html>
<html>
<head>
<script src="https://cdn.rawgit.com/zloirock/core-js/master/client/shim.min.js"></script>
<script src="https://wzrd.in/standalone/tape@latest"></script>
<script src="https://wzrd.in/standalone/tap-browser-color@latest"></script>
<script src="//fb.me/react-with-addons-0.14.3.js"></script>
<script src="//fb.me/react-dom-0.14.3.js"></script>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
<script>
window.test = tape;
tapBrowserColor();
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment