Skip to content

Commit 7e455c9

Browse files
committed
Move script tag to head
1 parent 6e4bba7 commit 7e455c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

handlers/form.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<link rel="stylesheet" href="/styles.css" />
77
<title>ladder</title>
8+
<script src="/script.js" defer></script>
89
<script>
910
const handleThemeChange = () => {
1011
let theme = localStorage.getItem("theme");
@@ -342,6 +343,5 @@
342343
});
343344
}
344345
</script>
345-
<script src="/script.js"></script>
346346
</body>
347347
</html>

0 commit comments

Comments
 (0)