-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
22 lines (22 loc) · 963 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<html>
<head meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<title>Virual Slot Machine by YorkshireKev</title>
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<div id="info">Virual Slot Machine - MIT Open Source License (c)2015 Kevin Ellis<br/>
<a href="http://www.kevssite.com">www.kevssite.com</a> | <a href="https://github.com/YorkshireKev/virtual-slot-machine">Source Code</a><br/>
</div>
<div class="gamecard">
<h2>
<span id="gamesPlayed">Credits Played: 0</span><br/>
<span id="creditsWon">Credits Won: 0</span>
</h2>
</div>
<script type="text/javascript" src="js/three.js"></script>
<script type="text/javascript" src="js/stats.min.js"></script>
<script type="text/javascript" src="js/orbit.js"></script>
<script type="text/javascript" src="js/slotmachine.js"></script>
<!--##ANALYITICS##-->
</body>
</html>