MSV FM

dot.antimicrobial@66.96.161.157: ~ $
Path : /hermes/bosweb/b1536/thecopelandscom.ipage.com/games/sudoku/
File Upload :
Current < : /hermes/bosweb/b1536/thecopelandscom.ipage.com/games/sudoku/index.html

<!DOCTYPE html>
<html>

<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>Our Sudoku Puzzle Solver</title>
  <link href="style.css" rel="stylesheet" type="text/css" />
</head>

<body>
  <script src="script.js"></script>

  <div id="sudokuPage">
    <div id="titleBar">Sudoku Puzzle Solver!</div>

    <div id="actionButtons">
      <div class="center">
        <button id="testSudoku" class="actnBtn">Test</button>
        <button id="solveSudoku" class="actnBtn">Solve</button>
        <button id="clearSudoku" class="actnBtn">Clear</button>
      </div>
    </div>


    <div id="msgDtls">
    </div>

    <div id="puzzle">
    </div>
  </div>
  
  <script src="fldProcess.js"></script>
</body>
</html>