Created
January 13, 2022 03:09
-
-
Save mitchallen/99d228942aecdb0c9051d7035e420c6a to your computer and use it in GitHub Desktop.
Weighted choice Web app home page
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-weighted-choice-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