Hamburger menu not working
Influify opened this issue · 2 comments
Hi, the hamburger menu is working when I preview using live server but when I upload it to netlify the hamburger menu won't work. Can you please check my code and tell me any errors I made.
Hi, the hamburger menu is working when I preview using live server but when I upload it to netlify the hamburger menu won't work. Can you please check my code and tell me any errors I made.
Using the developer tools, I noticed that your problem might be on your html. I noticed an extra incomplete </script> tag and extra body and html tags.
Hi, the hamburger menu is working when I preview using live server but when I upload it to netlify the hamburger menu won't work. Can you please check my code and tell me any errors I made.
hey there,
Inside index.html
at line 122 : " <script src="app.js"</script>"
you have not closed the script tag
SOLUTION:
"<script src="app.js"></script>"
and I was not able to find the app.js file