Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
The main.js should load after the DOM structure to make querySelector work correctly
  • Loading branch information
shuizhongyueming authored Dec 21, 2023
1 parent d341911 commit 43b957b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panner-node/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
type="text/css"
/>
<link rel="stylesheet" href="style.css" />
<script src="main.js"></script>
</head>

<body>
Expand Down Expand Up @@ -60,5 +59,6 @@ <h1>Room of metal</h1>
>Adam Whitcroft</a
>
</p>
<script src="main.js"></script>
</body>
</html>

0 comments on commit 43b957b

Please sign in to comment.