This commit is contained in:
2026-02-03 01:22:47 +01:00
parent 6b5574e3c7
commit 15b186aab0
9 changed files with 158 additions and 1 deletions

17
index.html Normal file
View File

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Memoatse</title>
<link href="css/style.css" rel="stylesheet">
<script src ="js/script.js"></script>
</head>
<body>
<h1>Memoatse</h1>
<div class="container" id="cards"></div>
<script>
window.onload = ev => startGame();
</script>
</body>
</html>