Having trouble. I cant get this to run. What am I doing wrong?

Not sure what I am doing wrong, any insight would be greatly appreciated. Hoping to learn.

https://Red-Lounge.ryandiels.repl.co

Welcome to the community, @RyanDiels! Can you please send the actual repl link for it? Not the website. Also, you might wanna change this to #code-help. :smiley:

Reversing the website link, repl should be here:
https://replit.com/@ryandiels/Red-Lounge

From your repl I see lots of things:

  • un-closed tags in your html
  • Your JavaScript file has a unnecessary script tag in it
  • your file are in a folder, so going to the root of your website would 404
  • your script and style tags are improperly linked for the folder you put them in.
3 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.