-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
26 lines (22 loc) · 868 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title> Memory Game </title>
<link rel="stylesheet" href="style.css">
<style>
body {
background-image: url('images/background.png');
}
</style>
</head>
<body>
<img src="images/title.png" class="center"/>
<h3> Rememboji is a game that tests your memory! Download below :)</h3>
<a href="memory-game.jar" download="memory-game.jar"> <img src="freemoji.svg" class ="center" width="200" height="200"/> </a>
<h3> How To Play: </h3>
<p> Choose the theme of your game and press play. </p>
<p> Look at the cards and when you are ready, press "Flip Cards Over"</p>
<p> Now try to remember the card locations and pick matches. Good luck!</p>
</body>
</html>