Link leads to 404 error
#142801
Replies: 1 comment 2 replies
-
Hi @orcanio , I've checked your repo and the problem is that you're using the wrong paths, this is what you need to change. In <h1>
<span class="redText">Love</span>
is
<a href="pages/page2.html">patient</a>
</h1> In the pages folder ( <link rel="stylesheet" href="../css/style.css"> |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Select Topic Area
Question
Body
Hello everyone,
The link to the 2nd page shows up as a 404 error. I've tried looking up solutions but they don't seem to solve my issue. I can't tell if there's an issue with my code because my Brackets preview works just fine. I'm still very new to GitHub and this is for a class project.
My repository:
https://github.com/orcanio/tianna_doan_projectTwo
Beta Was this translation helpful? Give feedback.
All reactions