Compare commits

..

No commits in common. "5f2468c98f9531d4c2212a8d1fb1b598d2bca602" and "ccc6d7fdad659d46fbb36a4522d6406f9de954a6" have entirely different histories.

View File

@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Memory Card</title> <title>Memory Card</title>
<link rel="stylesheet" href="gameboard.css"> <link rel="stylesheet" href="gameboard.css">
<script src="gameboard.js"></script>
</head> </head>
<body> <body>
<div id = "container"> <div id = "container">
@ -27,11 +27,6 @@
</div> </div>
</header> </header>
<div class="gameboard">
</div>
</div> </div>
<script src="gameboard.js"></script>
</body> </body>
</html> </html>