From affd7ecf524e51786710a87d6056f7f0a3e6d0b1 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Wed, 21 Dec 2022 15:22:36 -0800 Subject: [PATCH] Commit some structure for the Doctor's puzzle/game The actual puzzle content isn't here, (and won't be ever, really). Instead, the next step is to develop the server to send out puzzle content over the socket.io connection. But this commit includes the basics of the HTML and CSS structure we'll hang things off of. --- tardis.html | 82 +++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 76 insertions(+), 6 deletions(-) diff --git a/tardis.html b/tardis.html index 2739b94..ae80bc0 100644 --- a/tardis.html +++ b/tardis.html @@ -8,20 +8,90 @@ + +
- -- 2.43.0