Created
March 5, 2017 22:26
-
-
Save degnome/cb115d4b345b172cffb8b1cf482aaa83 to your computer and use it in GitHub Desktop.
HTML for Using Tape in a PEN
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
<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/deep-freeze@latest"></script> | |
<script> | |
window.test = tape; | |
tapBrowserColor(); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment