From 5f17bbb8a189d3e91273fc333b3c2026468f3147 Mon Sep 17 00:00:00 2001 From: afterthebleep Date: Tue, 9 May 2017 09:29:29 -0700 Subject: [PATCH] Initial game setup --- public/css/ticTacToe.css | 0 public/html/ticTacToe.html | 10 ++++++++++ public/js/ticTacToe.js | 0 3 files changed, 10 insertions(+) create mode 100644 public/css/ticTacToe.css create mode 100644 public/html/ticTacToe.html create mode 100644 public/js/ticTacToe.js diff --git a/public/css/ticTacToe.css b/public/css/ticTacToe.css new file mode 100644 index 0000000..e69de29 diff --git a/public/html/ticTacToe.html b/public/html/ticTacToe.html new file mode 100644 index 0000000..0d0d38d --- /dev/null +++ b/public/html/ticTacToe.html @@ -0,0 +1,10 @@ + + + + + Tic Tac Toe + + +

Testing

+ + diff --git a/public/js/ticTacToe.js b/public/js/ticTacToe.js new file mode 100644 index 0000000..e69de29