-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (34 loc) · 1.13 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>HOMEWORK OF YIGIT USTA</title>
<link href="https://fonts.googleapis.com/css?family=Baloo+Thambi" rel="stylesheet">-
<script src="jQuery-3.1.1.js"></script>
<link rel="stylesheet" href="Yigit_Usta.css">
<script src="Yigit_Usta.js"></script>
</head>
<body>
<div id="overlay">
<div id="startscreen">
Programmer: <span id="programmer"> Yigit Usta</span>
<div id="start">START</div>
</div>
</div>
<div id="main">
<table id="game">
<tr>
<td style="font-size: 12px;">Remaining<br><span id="rem"></span></td>
<td align="center"><img style="cursor: pointer;" alt="image"></td>
<td>Time<br><span id="time"></span></td>
</tr>
<tr>
<td colspan="3" align="center"><table id="board"></table></td>
</tr>
<tr>
<td colspan="3" id="eye" align="center"><img style="cursor: pointer;" src="images/eye.png" alt="eye"></td>
</tr>
</table>
</div>
</body>
</html>