-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
45 lines (43 loc) · 2.34 KB
/
index.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
37
38
39
40
41
42
43
44
45
<!DOCTYPE HTML>
<html>
<head>
<script type="text/javascript" src="script.js"> </script>
</head>
<body align="center">
<h1>
Score:<span id="counter">0</span>
</h1>
<p>
<img alt="" src="Images/start.png" id="imgClickAndChange" onclick="changeImage()" /><!--style="height: 750px; width: 1000px" -->
</p>
<div id="timer">Time left: <span id="time">30</span> seconds!</div>
<h1 id="gameover"></h1>
<table id="table" align="center" style="width:700px; height:500px; background-color:#637383; visibility:hidden">
<tr>
<td><img src="Images/Solid_gray.png" width="50%" height="50%" onclick="c"/></td>
<td><img src="Images/Solid_gray.png" width="50%" height="50%" onclick="Images/Solid_gray.png"/></td>
<td><img src="Images/Solid_gray.png" width="50%" height="50%" onclick="Images/Solid_gray.png"/></td>
<td><img src="Images/Solid_gray.png" width="50%" height="50%" onclick="Images/Solid_gray.png"/></td>
</tr>
<tr>
<td><img src="Images/Solid_gray.png" width="50%" height="50%" onclick="Images/Solid_gray.png"/></td>
<td><img src="Images/Solid_gray.png" width="50%" height="50%" onclick="Images/Solid_gray.png"/></td>
<td><img src="Images/Solid_gray.png" width="50%" height="50%" onclick="Images/Solid_gray.png"/></td>
<td><img src="Images/Solid_gray.png" width="50%" height="50%" onclick="Images/Solid_gray.png"/></td>
</tr>
<tr>
<td><img src="Images/Solid_gray.png" width="50%" height="50%" onclick="Images/Solid_gray.png"/></td>
<td><img src="Images/Solid_gray.png" width="50%" height="50%" onclick="Images/Solid_gray.png"/></td>
<td><img src="Images/Solid_gray.png" width="50%" height="50%" onclick="Images/Solid_gray.png"/></td>
<td><img src="Images/Solid_gray.png" width="50%" height="50%" onclick="Images/Solid_gray.png"/></td>
</tr>
<tr>
<td><img src="Images/Solid_gray.png" width="50%" height="50%" onclick="Images/Solid_gray.png"/></td>
<td><img src="Images/Solid_gray.png" width="50%" height="50%" onclick="Images/Solid_gray.png"/></td>
<td><img src="Images/Solid_gray.png" width="50%" height="50%" onclick="Images/Solid_gray.png"/></td>
<td><img src="Images/Solid_gray.png" width="50%" height="50%" onclick="Images/Solid_gray.png"/></td>
</tr>
</table>
<h1 id="gameover"></h1>
</body>
</html>