diff --git a/html/gamehub.ejs b/html/gamehub.ejs
new file mode 100644
index 00000000..f421a1a0
--- /dev/null
+++ b/html/gamehub.ejs
@@ -0,0 +1,884 @@
+
+<% if (!game) { %>
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Games Hub
+
+
+
+
+
+ <% } %>
+<% if (game === "snake") { %>
+
+
+
+
+
+
+
+ Snake
+
+
+
+
+
+
+
+
+ <% } %>
+<% if (game === "tic-tac-toe") { %>
+
+
+
+
+
+
+
+ Tic-Tac-Toe
+
+
+
+
+
+
+
+
+
+ <% } %>
+<% if (game === "pong") { %>
+
+
+
+
+
+
+
+ Pong
+
+
+
+
+
+ Press space to start
+
+
Left Paddle Controls: W (Up) and S (Down)
+
Right Paddle Controls: Arrow Up (Up) and Arrow Down (Down)
+
+
+
+
+
+
+
+ <% } %>
+<% if (game === "sudoku") { %>
+
+
+
+
+
+
+
+ Sudoku
+
+
+
+
+
+
+
+
+ <% } %>