L2 starting code

This commit is contained in:
Adam Jahr 2020-05-29 21:51:53 -04:00
parent 8dd2042e95
commit f6a734f951
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
<h1>Product goes here</h1>
</div>
<!-- Import JS -->
<!-- Import Js -->
<script src="./main.js"></script>
</body>
</html>

View File

@ -1 +1 @@
const product = "Socks"
const product = 'Socks'