Skip to content

Instantly share code, notes, and snippets.

@ktilcu
Forked from anonymous/index.html
Last active July 1, 2016 03:12
Show Gist options
  • Save ktilcu/a34594d3ae55b05bab89a76c7f09af4f to your computer and use it in GitHub Desktop.
Save ktilcu/a34594d3ae55b05bab89a76c7f09af4f to your computer and use it in GitHub Desktop.
JS Bin Template for testing
<!DOCTYPE html>
<html>
<head>
<script src="https://cdn.rawgit.com/lodash/lodash/4.5.1/dist/lodash.min.js"></script>
<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="https://wzrd.in/standalone/tape-catch@latest"></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