Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
JPtheDash authored Jun 1, 2024
1 parent d87add6 commit 170b6e8
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Odia Word Puzzle Game</title>
<title>Digital Origami</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="game-container">
<div id="game-board">
<!-- Grid of 3x3 boxes will be generated dynamically -->
</div>
<div id="origami-container">
<div id="paper"></div>
</div>
<script src="script.js"></script>
</body>
Expand Down

0 comments on commit 170b6e8

Please sign in to comment.