index.html
This commit is contained in:
parent
fb515ba6d6
commit
6ced9fb6ae
18
index.html
Normal file
18
index.html
Normal file
@ -0,0 +1,18 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Memory Card Game</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Memory Card Game</h1>
|
||||
<div id="game"></div>
|
||||
<div id="status">
|
||||
<p>Moves: <span id="moves">0</span></p>
|
||||
<p>Score: <span id="score">0</span></p>
|
||||
</div>
|
||||
<script src="script.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
x
Reference in New Issue
Block a user