Memoatse
This commit is contained in:
17
index.html
Normal file
17
index.html
Normal 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>
|
||||
Reference in New Issue
Block a user