@leofavre/memory-game-component
Version:
A memory game web component.
15 lines (14 loc) • 419 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="https://cloud.typography.com/7861976/7766592/css/fonts.css">
<link rel="stylesheet" href="index.css">
<title>Memory Game</title>
</head>
<body>
<memory-game></memory-game>
</body>
</html>