-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
46 lines (26 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Naruto Match Game</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>Naruto Memory Match Game</h1>
<br>
<div class="container">
<div class="info">
<img src="images/trans-2.png" alt="" />
<p><strong>INSTRUCTIONS</strong></p>
<p>Pick any two cards and if they match you keep them, and if they dont, they turn back over.
</p>
<p>The game is over when all cards have been matched.</p>
<p><small><i>Hint: try to remember what was on each card and where it was. DATTEBAYO !!!..</i></small></p>
<p> Click start/kaishi to begin Game ->>></p>
<button> <a href="game.html">Enter Game </a></button>
</div>
<script src="script.js"></script>
</body>
</html>