initial commit

This commit is contained in:
2021-12-13 10:38:44 -03:00
commit 154e630cfd
5 changed files with 11 additions and 0 deletions

0
index.html Normal file
View File

11
package.json Normal file
View File

@@ -0,0 +1,11 @@
{
"name": "tic-tac-toe-game",
"version": "1.0.0",
"description": "",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Francisco Pessano",
"license": "ISC"
}

0
script.js Normal file
View File

0
styles/styles.css Normal file
View File

0
styles/styles.scss Normal file
View File