From 451e6a2e8e35cc619210e430a1d8d2e7e387d7c0 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Sun, 7 Jun 2020 10:23:02 -0700 Subject: [PATCH] Drop unused scribe/game.html The server actually has a template file that serves this prupose. So this static HTML file is entirely unused, (perhaps obviously so since it has "Tic-Tac-Toe" in its title. --- scribe/game.html | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 scribe/game.html diff --git a/scribe/game.html b/scribe/game.html deleted file mode 100644 index b9136b7..0000000 --- a/scribe/game.html +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - Tic-tac-toe - - - - - - - - - - - -
- -

Tic Tac Toe

- -

- Just the classic game. -

- -
-
- -
- -
- - - -- 2.43.0