From: Carl Worth Date: Tue, 26 May 2020 03:45:58 +0000 (-0700) Subject: tictactoe: Put in place the standard top-level page X-Git-Url: https://git.cworth.org/git?p=lmno.games;a=commitdiff_plain;h=66b2a746709b394b60ae653afc9408e5215d879f;hp=b7235e121a198fa718dae1e311d5e35151245f99 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. --- 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 @@
-
+
+ +