]> git.cworth.org Git - lmno.games/blobdiff - scribe/game.html
Drop unused scribe/game.html
[lmno.games] / scribe / game.html
diff --git a/scribe/game.html b/scribe/game.html
deleted file mode 100644 (file)
index b9136b7..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-<!DOCTYPE html>
-<html>
-  <head>
-    <meta charset="utf-8"/>
-    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-
-    <title>Tic-tac-toe</title>
-
-    <link rel="stylesheet" href="/reset.css" type="text/css" />
-    <link rel="stylesheet" href="/style.css" type="text/css" />
-    <link rel="stylesheet" href="tictactoe.css" type="text/css" />
-
-    <script src="/react.js"></script>
-    <script src="/react-dom.js"></script>
-    <script type="module" src="tictactoe.js"></script>
-  </head>
-  <body>
-
-    <div id="page">
-
-      <h1>Tic Tac Toe</h1>
-
-      <p>
-        Just the classic game.
-      </p>
-
-      <div id="message-area">
-      </div>
-
-      <div id="tictactoe"></div>
-
-    </div>
-
-  </body>
-</html>