init
This commit is contained in:
parent
d0b89cdb63
commit
abc4840067
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
._DS_Store
|
0
src/code.js
Normal file
0
src/code.js
Normal file
15
src/index.html
Normal file
15
src/index.html
Normal 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
0
src/style.css
Normal file
Loading…
Reference in New Issue
Block a user