diff --git a/gaurav_024/index.html b/gaurav_024/index.html
new file mode 100644
index 0000000..e22527c
--- /dev/null
+++ b/gaurav_024/index.html
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ |
+ |
+
+
+ |
+ |
+ |
+
+
+ |
+ |
+ |
+
+
+
+
+
+
+
diff --git a/gaurav_024/log.js b/gaurav_024/log.js
new file mode 100644
index 0000000..e69de29
diff --git a/gaurav_024/style.css b/gaurav_024/style.css
new file mode 100644
index 0000000..78d9eb3
--- /dev/null
+++ b/gaurav_024/style.css
@@ -0,0 +1,7 @@
+* {margin: 0; padding: 0; }
+table { border-collapse: collapse; border-spacing: 0; }
+
+#board { padding: 0px; margin: 0 auto; margin-top: 25px; }
+#board tr td { width: 80px; height: 80px; border: 1px solid #1c1c1c;
+ font-family: Helvetica; text-align: center; font-size: 30px; }
+#board tr td:hover { background: #e4e4e4; cursor: pointer; }
\ No newline at end of file