From 5bf7c13d987583bd5a31e5711e2abbd4340099c1 Mon Sep 17 00:00:00 2001 From: agampreetsingh Date: Wed, 31 Oct 2018 16:16:21 +0530 Subject: [PATCH 1/2] Adding bootstrap --- index.html | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 9871a34..41164eb 100644 --- a/index.html +++ b/index.html @@ -11,14 +11,22 @@ + + + + -
+
-

HTML5 Sudoku

+
+

HTML5 Sudoku

+
+
-
+
In this demo we take the well-known game of Sudoku, and demonstrate how developers can use HTML5 and JavaScript to create an efficient algorithm to solve these puzzles. The algorithms draw heavily on the Chakra engine’s support for ECMAScript 5 standard array operations to rapidly solve many Sudoku games. You can also manually solve Sudoku puzzles.

From 0202fae6973d181fcd3110bc58d97240a82c34ad Mon Sep 17 00:00:00 2001 From: agampreetsingh Date: Wed, 31 Oct 2018 17:32:09 +0530 Subject: [PATCH 2/2] Layout enhancement --- index.html | 1108 ++++++++++++++++++++++++++-------------------------- 1 file changed, 560 insertions(+), 548 deletions(-) diff --git a/index.html b/index.html index 41164eb..2e1ab86 100644 --- a/index.html +++ b/index.html @@ -18,570 +18,582 @@ -
-
-
-

HTML5 Sudoku

-
-
-
-
- In this demo we take the well-known game of Sudoku, and demonstrate how developers can use HTML5 and JavaScript to create an efficient algorithm to solve these puzzles. The algorithms draw heavily on the Chakra engine’s support for ECMAScript 5 standard array operations to rapidly solve many Sudoku games. You can also manually solve Sudoku puzzles. -
-
-
-    - - -
-
- - +