Skip to content

Instantly share code, notes, and snippets.

@borestad
Created January 28, 2016 10:35
Show Gist options
  • Save borestad/1d84c2dad22d9fb979cc to your computer and use it in GitHub Desktop.
Save borestad/1d84c2dad22d9fb979cc to your computer and use it in GitHub Desktop.
(function() {
var s = document.createElement('script');
s.src = 'http://localhost:8000/player.js'
document.body.appendChild(s);
})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment