Skip to content

Commit

Permalink
Changed the index.html path
Browse files Browse the repository at this point in the history
  • Loading branch information
Spandan-Bhattacharya committed Jan 10, 2024
1 parent 9483e87 commit ecd49ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions html/index.html → index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../css/styles.css">
<link rel="stylesheet" href="/css/styles.css">
<!-- <link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css"> -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
</head>
Expand Down Expand Up @@ -46,7 +46,7 @@ <h2>Sudoku Solver: 4x4</h2>
<p>
Solves any valid 4x4 sudoku!!
</p>
<div class="trynow-button"><a href="sudoku_solver_4x4.html">Try Now!</a></div>
<div class="trynow-button"><a href="/html/sudoku_solver_4x4.html">Try Now!</a></div>
</div>
</div>
<div class="box">
Expand All @@ -56,7 +56,7 @@ <h2>Sudoku Solver: 6x6</h2>
<p>
Solves any valid 6x6 sudoku!!
</p>
<div class="trynow-button"><a href="sudoku_solver_6x6.html">Try Now!</a></div>
<div class="trynow-button"><a href="/html/sudoku_solver_6x6.html">Try Now!</a></div>
</div>
</div>

Expand Down Expand Up @@ -101,6 +101,6 @@ <h2 class="w3-wide">THE BAND</h2>
<!-- Powered by <a href="https://www.w3schools.com/w3css/default.asp" target="_blank">w3.css</a> -->
</p>
</footer>
<script src="../javascript/script.js" async defer></script>
<script src="/javascript/script.js" async defer></script>
</body>
</html>

0 comments on commit ecd49ee

Please sign in to comment.