Skip to content

Commit f6a734f

Browse files
Adam JahrAdam Jahr
Adam Jahr
authored and
Adam Jahr
committed
L2 starting code
1 parent 8dd2042 commit f6a734f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<h1>Product goes here</h1>
1414
</div>
1515

16-
<!-- Import JS -->
16+
<!-- Import Js -->
1717
<script src="./main.js"></script>
1818
</body>
1919
</html>

main.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
const product = "Socks"
1+
const product = 'Socks'

0 commit comments

Comments
 (0)