-
Notifications
You must be signed in to change notification settings - Fork 3
/
encore.html
50 lines (39 loc) · 1.37 KB
/
encore.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>encoreONE</title>
<link rel="stylesheet" href="encore.css">
</head>
<body>
<div class = "cont"><img class="log1" src="Images/logo/ENCORE44.png" alt="logo">
</div>
<div class = "cont">
<a href="scribble.html"><button class="button">Start drawing</button></a><br>
</div>
<br><br><br><br><br><br><br><br>
<div class="bakchodiONE">
Welcome to this creative game of music where you can use your artistic skills to express your thoughts in form of drawing. One player will draw something in the canvas area related to a song and the other person has to guess the correct song name in order to win the game. Have fun!<br> Happy playing!
</div>
<br><br><br><br><br><br><br><br>
<div>
<div class="bakchodiTWO">
Hope you enjoyed the game!!!
If u want to visit our main page please click on the right logo.<br>
Happy Musical Journey!!
</div>
<div class="FinalImage">
<a href="final.html">
<img src="Images/logo.png" class="FinalKHTM" id="FinalKHTM">
</a>
</div>
</div>
<!-- <div class="ThirdPart">
<img src="ThirdPart.jpeg" class="ThirdPart">
</div> -->
</div>
<br><br><br><br>
</body>
</html>