Skip to content

Instantly share code, notes, and snippets.

@michaelrepper
Last active August 29, 2015 14:14
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 michaelrepper/9d6eb29cb8b1e78af42f to your computer and use it in GitHub Desktop.
Save michaelrepper/9d6eb29cb8b1e78af42f to your computer and use it in GitHub Desktop.
testing
<html>
<head>
<script src="https://rawgit.com/michaelrepper/9d6eb29cb8b1e78af42f/raw/42168a9e7608d61ec51464ef280941c82f490a17/test.js"></script>
</head>
<body>
<script>
test();
</script>
</body>
</html>
function test()
{
console.log('script src worked');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment