From abc4840067da5d468a14eb704a52e27c2e5f96a0 Mon Sep 17 00:00:00 2001 From: AUnicornWithNoLife Date: Sun, 11 Apr 2021 16:52:40 +0100 Subject: [PATCH] init --- .gitignore | 1 + src/code.js | 0 src/index.html | 15 +++++++++++++++ src/style.css | 0 4 files changed, 16 insertions(+) create mode 100644 .gitignore create mode 100644 src/code.js create mode 100644 src/index.html create mode 100644 src/style.css diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..82173bf --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +._DS_Store \ No newline at end of file diff --git a/src/code.js b/src/code.js new file mode 100644 index 0000000..e69de29 diff --git a/src/index.html b/src/index.html new file mode 100644 index 0000000..ff1032e --- /dev/null +++ b/src/index.html @@ -0,0 +1,15 @@ + + + + + + + + + + Tic Tac Toe + + + + + \ No newline at end of file diff --git a/src/style.css b/src/style.css new file mode 100644 index 0000000..e69de29