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.
24 lines
488 B
24 lines
488 B
<html>
|
|
<head>
|
|
<title></title>
|
|
<link rel="stylesheet" type="text/css" href="style.css">
|
|
<script src="https://code.jquery.com/jquery-2.2.4.min.js" integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44=" crossorigin="anonymous"></script>
|
|
|
|
<script type="text/javascript" src="app.js"></script>
|
|
</head>
|
|
<body>
|
|
|
|
<div id="container">
|
|
|
|
<div id="top">
|
|
<div id="start-shuffle">START</div>
|
|
<div id="message"></div>
|
|
</div>
|
|
|
|
<div id="board">
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
</html> |