Skip to content

Commit

Permalink
Deployment commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Sahilcreate committed Dec 9, 2024
0 parents commit c4c3267
Show file tree
Hide file tree
Showing 2 changed files with 290 additions and 0 deletions.
27 changes: 27 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sahil's BattleShip</title>
</head>
<body>
<header>SEA - NANIGENS</header>
<main>
<div class="boards">
<div class="player">
<p>YOU</p>
<div class="player-container"></div>
</div>
<div class="computer">
<p>COMPUTER</p>
<div class="computer-container"></div>
</div>
</div>
<div class="info">
<div class="battle-info">THIS IS THE BATTLE INFO</div>
</div>
</main>
<footer>© 2024 SAHIL CREATE</footer>
<script defer src="main.js"></script></body>
</html>
Loading

0 comments on commit c4c3267

Please sign in to comment.