Created
January 10, 2022 03:30
-
-
Save mitchallen/2bc53347ef6ce1fb0d604e2096d4305f to your computer and use it in GitHub Desktop.
Weighted Code Flip visualizer index.html
This file contains hidden or 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
| <html> | |
| <head> | |
| <title>js-weightedCoinFlip-01</title> | |
| <link rel="stylesheet" href="./app.css"> | |
| </head> | |
| <body> | |
| <canvas id="canvas" width="300" height="300" /> | |
| <script type="module" src="./app.js"> | |
| </script> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment