Skip to content

Commit 64edd0b

Browse files
Merge pull request #1 from AdaGold/ks_update_script_loading
index.html - Update how script is loaded
2 parents 0fc5cda + 8ed8fce commit 64edd0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<meta name="viewport" content="width=device-width">
66
<title>Connecting HTML, CSS, and JS Demo</title>
77
<link href="styles/style.css" rel="stylesheet" type="text/css" />
8+
<script defer src="src/index.js" type="text/javascript"></script>
89
</head>
910
<body>
1011
<main>
@@ -30,6 +31,5 @@ <h2>I Don't Know What Crabs Look Like</h2>
3031

3132
</section>
3233
</main>
33-
<script src="src/index.js"></script>
3434
</body>
3535
</html>

0 commit comments

Comments
 (0)