You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
429 B
21 lines
429 B
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Memory</title>
|
|
<link rel="stylesheet" href="css/style.css">
|
|
</head>
|
|
<body>
|
|
<div id="content">
|
|
<div id="header">
|
|
<div id="title">Memory</div>
|
|
</div>
|
|
<button>Start Game</button>
|
|
<div id="game">
|
|
<!-- append your cards here -->
|
|
</div>
|
|
<div id="info">...</div>
|
|
</div>
|
|
<script type="text/javascript" src="js/app.js"></script>
|
|
</body>
|
|
</html> |