We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0fc5cda + 8ed8fce commit 64edd0bCopy full SHA for 64edd0b
index.html
@@ -5,6 +5,7 @@
5
<meta name="viewport" content="width=device-width">
6
<title>Connecting HTML, CSS, and JS Demo</title>
7
<link href="styles/style.css" rel="stylesheet" type="text/css" />
8
+ <script defer src="src/index.js" type="text/javascript"></script>
9
</head>
10
<body>
11
<main>
@@ -30,6 +31,5 @@ <h2>I Don't Know What Crabs Look Like</h2>
30
31
32
</section>
33
</main>
- <script src="src/index.js"></script>
34
</body>
35
</html>
0 commit comments