Skip to content

Instantly share code, notes, and snippets.

@rochmirabeau
Forked from ericelliott/jsbin-template.html
Created March 24, 2020 09:33
Show Gist options
  • Select an option

  • Save rochmirabeau/e33d47ea88297334bd4e40b77da89bc5 to your computer and use it in GitHub Desktop.

Select an option

Save rochmirabeau/e33d47ea88297334bd4e40b77da89bc5 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