mirror of
https://github.com/He4eT/BadBarSlots.git
synced 2026-05-05 00:17:23 +00:00
cleanup
This commit is contained in:
parent
1ad599b265
commit
59c8b668c8
1 changed files with 0 additions and 31 deletions
31
slots.html
31
slots.html
|
|
@ -1,31 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>Slot Machine</title>
|
||||
|
||||
<link rel="stylesheet" href="css/style.css" type='text/css'>
|
||||
</head>
|
||||
|
||||
<body id="playNormal">
|
||||
<div class="wrap">
|
||||
<ul class="slot">
|
||||
<li>adsf</li>
|
||||
<li>sfgd</li>
|
||||
<li>3fgd</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<script src="js/jquery.min.js"></script>
|
||||
<!-- <script src="js/jquery.easing.1.3.js" type="text/javascript" charset="utf-8"></script> -->
|
||||
<script src="js/jquery.jSlots.min.js" type="text/javascript" charset="utf-8"></script>
|
||||
<script type="text/javascript" charset="utf-8">
|
||||
$('.slot').jSlots({
|
||||
number: 4,
|
||||
spinner : '#playNormal',
|
||||
// winnerNumber : 7
|
||||
});
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue