Skip to content

Instantly share code, notes, and snippets.

View jonmilsoncruz's full-sized avatar

jonmilsoncruz

View GitHub Profile
@jonmilsoncruz
jonmilsoncruz / index.html
Created March 13, 2020 10:27
Slot Machine Cassino Game JavaScript
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="https://fonts.googleapis.com/css?family=Luckiest+Guy" rel="stylesheet">
<title>SlotMachine2</title>
</head>
<body>
<div id = "frame">
<div id="jackpot">JackPot!</div>
<h1 id = "msg">Welcome!</h1>
<h2 id="cred">Insert Credits!</h2>