Skip to content

Instantly share code, notes, and snippets.

@crowcoder
Last active January 26, 2019 15:56
Show Gist options
  • Save crowcoder/983fae1c8e4d933f99bcc786d21c25a9 to your computer and use it in GitHub Desktop.
Save crowcoder/983fae1c8e4d933f99bcc786d21c25a9 to your computer and use it in GitHub Desktop.
BasicGameIntegration
<!doctype html>
<html>
<head>
<!-- stuff... -->
</head>
<body>
<div id="gameDiv"></div>
<script src="https://newupwaititsfun.z13.web.core.windows.net/frog/game.js" integrity="sha384-qoRzVFhcu3MPqU4+hUIAG45mJWAXYwf1QDlkHQY2519KjBjFyETk7mTDV/wY9AD1"
crossorigin="anonymous"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment