Skip to content

Instantly share code, notes, and snippets.

@mitchallen
Created January 13, 2022 03:09
Show Gist options
  • Select an option

  • Save mitchallen/99d228942aecdb0c9051d7035e420c6a to your computer and use it in GitHub Desktop.

Select an option

Save mitchallen/99d228942aecdb0c9051d7035e420c6a to your computer and use it in GitHub Desktop.
Weighted choice Web app home page
<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