Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <title>Killer Sudoku-Ade!</title>
- <link href="css/style.css" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css?family=Sanchez" rel="stylesheet">
- <script src="https://code.jquery.com/jquery-3.1.1.min.js" integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8=" crossorigin="anonymous"></script>
- <script src="js/puzzles.js" type="text/javascript"></script>
- <script src="js/index.js" type="text/javascript"></script>
- <script src="js/main.js" type="text/javascript"></script>
- </head>
- <body>
- <h1>Killer Sudoku-Ade!</h1>
- <p>(Like lemonade, only better for your health and general wellbeing)</p>
- <div id="board"></div>
- <div id="hintButton">
- <p><button type="button" onclick="hint();">Hint!</button></p>
- </div>
- <div id="nextButton">
- <p><button type="button" onclick="next();">Next!</button></p>
- </div>
- <div id="clearButton">
- <p><button type="button" onclick="clearBoard();">Clear!</button></p>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement