From 66b2a746709b394b60ae653afc9408e5215d879f Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Mon, 25 May 2020 20:45:58 -0700 Subject: [PATCH] tictactoe: Put in place the standard top-level page Specifically, one which allows for hosting a new game, (using the generic lmno_new function). Meanwhile, the game-specific page is moved to tictactoe/game.html. --- tictactoe/game.html | 35 +++++++++++++++++++++++++++++++++++ tictactoe/index.html | 13 +++++++------ 2 files changed, 42 insertions(+), 6 deletions(-) create mode 100644 tictactoe/game.html diff --git a/tictactoe/game.html b/tictactoe/game.html new file mode 100644 index 0000000..b9136b7 --- /dev/null +++ b/tictactoe/game.html @@ -0,0 +1,35 @@ + + + + + + + Tic-tac-toe + + + + + + + + + + + +
+ +

Tic Tac Toe

+ +

+ Just the classic game. +

+ +
+
+ +
+ +
+ + + diff --git a/tictactoe/index.html b/tictactoe/index.html index b9136b7..563973b 100644 --- a/tictactoe/index.html +++ b/tictactoe/index.html @@ -4,15 +4,12 @@ - Tic-tac-toe + Tic Tac Toe - - - - + @@ -27,7 +24,11 @@
-
+
+ +
-- 2.43.0