-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
31 lines (25 loc) · 894 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
27
28
29
30
31
<!<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<style>
</style>
<meta charset="UTF-8">
<title>Porous Memory Game</title>
<link rel="stylesheet" href="style.css"></link>
<script src="game.js" charset="uft-8"></script>
</head>
<body>
<div class='bb'>
</br>
<h2> Porous Memory Game</h2>
<h3>Score: <span id="result"></span> | <span id="stat"></span> | Moves: <span id="moves"></span> </h3>
<div class='container'>
<div class="grid">
</div>
</div>
</br> <h4> By Arash Rabbani <a href="http://www.arashrabbani.com">(Link)</a> </h4>
</br> <h4> How to play: Just click on the pair of boxes that looks the same. </br> I admit its a bit difficult since they look very similar </br> but that's the whole point. </h4>
<h4>inspired by <a href="https://github.com/kubowania/memory-game">(Link)</a> </h4>
</div>
</body>
</html>