added initial jscode and linked sylesheet to index.html
This commit is contained in:
parent
5275c0f87e
commit
909e427e98
8
.vscode/settings.json
vendored
Normal file
8
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"github.copilot.enable": {
|
||||
"*": false,
|
||||
"plaintext": false,
|
||||
"markdown": false,
|
||||
"scminput": false
|
||||
}
|
||||
}
|
||||
3
app.js
3
app.js
@ -0,0 +1,3 @@
|
||||
document.addEventListener('DOMContentLoaded', () => {
|
||||
// Code goes here
|
||||
})
|
||||
@ -3,6 +3,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<script src="app.js"></script>
|
||||
<link rel="stylesheet" href="style.css"></link>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Javascript Tetris</title>
|
||||
</head>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user