Skip to content

Commit

Permalink
ajout de fichiers js, node modules dans gitignore, index.js dans la s…
Browse files Browse the repository at this point in the history
…ource script html
  • Loading branch information
GaspardCLD committed Mar 16, 2023
1 parent af032e3 commit 7358d9d
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
Empty file added chart.js
Empty file.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,6 @@ <h2>Quizz</h2>
</main>
<footer></footer>

<script src="main.js"></script>
<script src="index.js"></script>
</body>
</html>
11 changes: 11 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "project1_pokestar",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}
Empty file added quizz.js
Empty file.

0 comments on commit 7358d9d

Please sign in to comment.