-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
56 lines (40 loc) · 1.66 KB
/
index.html
File metadata and controls
56 lines (40 loc) · 1.66 KB
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
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Sapper</title>
<meta name="viewport" content="user-scalable=no" />
<link rel="stylesheet" href="./src/styles.css">
<link rel="icon" href="public/Flag.png">
</head>
<body>
<span id='game'>
<span id="faceSpan">
<img id="img" src="./public/FaceStandart.png">
</span>
<span id="spanish" >
<div class = 'number'><font color='yellow' > 0 </font></div>
<div class = 'number'><font color='blue' > 1 </font></div>
<div class = 'number'><font color='green' > 2 </font></div>
<div class = 'number'><font color='red' > 3 </font></div>
<div class = 'number'><font color='#00008b'> 4 </font></div>
<div class = 'number'><font color='#964b00'> 5 </font></div>
<div class = 'number'><font color='#30d5c8'> 6 </font></div>
<div class = 'number'><font color='black' > 7 </font></div>
<div class = 'number'><font color='white' > 8 </font></div>
</span>
<center id="center">
<canvas id="canvas"></canvas>
</center>
<span id='seconds'> 999 </span>
<canvas id="flag"></canvas>
<span size="10" id='bombs'></span>
</span>
<div id='button_settings' class="container">
<div class="bar1"></div>
<div class="bar2"></div>
<div class="bar3"></div>
</div>
</body>
<script src="src/scripts/script.js"></script>
</html>