-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgame_en.html
36 lines (36 loc) · 1.62 KB
/
game_en.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html dir="rtl" xml:lang="ar" lang="ar" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Watch Your Prize!</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link href="game_en.css" media="all" rel="stylesheet"/>
<link rel="shortcut icon" href='prize.png' />
<!--jquery plugins start-->
<!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script> -->
<!-- <script src="http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.8.0.js"></script> -->
<script src="jquery.js"></script>
<script src="gcode_en.js"></script>
</head>
<body>
<a href="https://mahmoudiramly.github.io/WatchYourPrize/" title="WatchYourPrizeHome">
<p style="text-align:center;font-size:20pt">Watch Your prize!</p>
</a>
<div id="bigerbox">
<!-- # of Shuffles : <input type="text" id="ns" placeholder="only Number" value="12" size="20"/>
Speed <input type="text" id="t" placeholder="Number in MilliSeconds" value="200" size="20"/> -->
<b>Level : </b><input class="def" type="radio" name="def" value="1">Easy
<input class="def" type="radio" name="def" value="2" checked="checked">Normal
<input class="def" type="radio" name="def" value="3">Difficult
<button id="newGame">New Game</button>
<div id="inst" style="height:30px;">
<p id="instr"></p>
</div>
<br><br>
<div id="bigbox">
<div id="box0" class="box"></div>
<div id="box1" class="box"></div>
<div id="box2" class="box"></div>
</div>
</div>
</body>
</html>