-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (42 loc) · 1.84 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
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="header">
<h1>Recognizing Celebrities</h1>
</div>
<div>
<h2>Choose the picture of</h2>
</div>
<div>
<h2 id="celeb_name">Name </h2>
</div>
<div class="user_rank">
<h3 id="result_info">0 celebrities : At least watch TV</h3>
<div class="emoji"><img id="emojii" src="sad.jpg " height="50px" width="50px" ></div>
</div>
<div class="celeb_pictures">
<div class="image_rows">
<div class="cell" id="cell_0"><img src="ani.jpg", height="150px", width="150px"></div>
<div class="cell" id="cell_1"><img src="vin.jpg", height="150px", width="150px"></div>
<div class="cell" id="cell_2"><img src="ilon.jpg", height="150px", width="150px"></div>
</div>
<div class="image_rows">
<div class="cell" id="cell_3"><img src="turing.jpg", height="150px", width="150px"></div>
<div class="cell" id="cell_4"><img src="tapasia.jpg", height="150px", width="150px"></div>
<div class="cell" id="cell_5"><img src="pythagoras.jpg", height="150px", width="150px"></div>
</div>
<div class="image_rows" >
<div class="cell"id="cell_6"><img src="gor.webp", height="150px", width="150px"></div>
<div class="cell"id="cell_7"><img src="kesar.jpg", height="150px", width="150px"></div>
<div class="cell"id="cell_8"><img src="samo.jpg", height="150px", width="150px"></div>
</div>
</div>
<button id="next">Next</button>
<script src="logic.js"></script>
</body>
</html>