Skip to content

Commit

Permalink
Added defer attribute to the scrip tag in index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyjayant committed Oct 21, 2023
1 parent 3459f92 commit d5776de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
The HalloweenCon
</title>
<link rel="stylesheet" href="style.css">
<script src="myjsscript.js"></script>
<script src="myjsscript.js" defer></script>
</head>
<body>

Expand Down

0 comments on commit d5776de

Please sign in to comment.