-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (27 loc) · 1.08 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image" href="img/200w (1).gif">
<link rel="stylesheet" href="style1.css">
<title>Simon Says</title>
</head>
<body>
<div class="main">
<div class="heading">
<img src="img/200w (1).gif" width="100x" height="120px">
</div>
<h3 style="color: blueviolet; font-family: cursive;">RULE OF THE GAME!!</h3>
<div class="rule-section">
<ul class="rule">
<li>This Game has four blocks labled with some colors.</li><br>
<li>Each level shows a sequence of blinking blocks.</li><br>
<li>Start With one block in level one , add one more in each level.Repeat Sequence by clicking blocks in order.</li><br>
<li>Get it right , another block added to sequence.Keep Copying until you make a mistake.</li>
</ul>
</div>
<a href="first.html"><button>PLAY GAME</button></a>
</div>
</body>
</html>