Skip to content

Commit f9e5510

Browse files
committed
Refactor html file
1 parent d6d13c6 commit f9e5510

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Day #12 - 2048 Game/index.html

-8
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,7 @@
77
<title>2048 Game | MoizCodeByte</title>
88
</head>
99
<body>
10-
<<<<<<< HEAD
1110
<div class="container">
12-
=======
13-
<div class="container">
14-
>>>>>>> d356d960aeda2d0b57ba5db5aab56408f94664e1
1511
<h1>2048 Game</h1>
1612
<div class="game-container">
1713
<div id="grid-container">
@@ -22,10 +18,6 @@ <h1>2048 Game</h1>
2218
<div id="score">Score: 0</div>
2319
</div>
2420
</div>
25-
<<<<<<< HEAD
26-
=======
27-
28-
>>>>>>> d356d960aeda2d0b57ba5db5aab56408f94664e1
2921
<script src="script.js"></script>
3022
</body>
3123
</html>

0 commit comments

Comments
 (0)