diff --git a/index.html b/index.html index 5f17f35..81306c3 100644 --- a/index.html +++ b/index.html @@ -2,35 +2,27 @@ - - - - - - - + + 2048 Game | Play 2048 Game Online - + - - + + + + + + + + if('serviceWorker' in navigator) {window.addEventListener('load', () => {navigator.serviceWorker.register('/sw.js') + .then(registration => {console.log('Service Worker registered successfully:', registration);}) + .catch(error => {console.log('Error in Service Worker registration:', error);});});} +

2048

@@ -39,42 +31,42 @@

2048

0
+

Join the numbers and get to the 2048 tile!

- -
-
- - -
-
- - + New Game
+ +
+
+
+
+

- - + Keep going + Try again
+
@@ -101,17 +93,25 @@

2048

-
+ +
+ +
+

How to play: Use your arrow keys to move the tiles. When two tiles with the same number touch, they merge into one!


-

Note: This site is the official version of 2048. You can play it on your phone via this. All other apps or sites are derivatives or fakes, and should be used with caution.

+

+ Note: This site is the official version of 2048. You can play it on your phone via this. All other apps or sites are derivatives or fakes, and should be used with caution. +


-

By Kaloo Dinaz

+

+By Kaloo Dinaz +

- +