Move JS into JS file
Closed this issue · 0 comments
alexwolfe commented
Right now you have javascript inside you html files. Please move all your js into a separate js file and reference the file in the page. You will likely want this javascript file to be placed at the very bottom of the page (javascript is blocking and will prevent anything from loading until it is loaded, not like css).
for now:
- add javascript to a file call website.js