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.
22 lines
531 B
22 lines
531 B
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="initial-scale=1">
|
|
<title>Set</title>
|
|
<link rel="stylesheet" href="css/style.css" />
|
|
|
|
</head>
|
|
<body>
|
|
<div class="wrapper">
|
|
<h1>(TEST) Set</h1>
|
|
<p>Find sets.</p>
|
|
<p>Sets found: <span data-display="score" class="score">0</span></p>
|
|
<div class="game-board" data-display="game-board"></div>
|
|
</div>
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
|
|
<script src="set.js"></script>
|
|
</body>
|
|
</html>
|
|
|