Skip to content

Instantly share code, notes, and snippets.

@magickatt
Last active August 29, 2015 14:26
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save magickatt/00f4e4e21193ba2e42a9 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html ng-app='something'>
<head>
<meta charset='utf-8'>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<script
src="//cdn.rawgit.com/jpillora/xdomain/0.7.3/dist/xdomain.min.js"
slave="//api.yourdomain.ca/proxy.html">
</script>
<script src="application.min.js"></script>
<script>
/* Run your application here */
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment