This commit is contained in:
AUnicornWithNoLife 2021-04-11 16:52:40 +01:00
parent d0b89cdb63
commit abc4840067
4 changed files with 16 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
._DS_Store

0
src/code.js Normal file
View File

15
src/index.html Normal file
View File

@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src='./code.js'></script>
<title>Tic Tac Toe</title>
</head>
<body>
</body>
</html>

0
src/style.css Normal file
View File