Github landing page #41683
Answered
by
radar-blip
Menace723
asked this question in
Other Feature Feedback, Questions, & Ideas
Github landing page
#41683
-
Select Topic AreaQuestion Bodyi have published a project to github but upon using the link through github. None of the pictures on my page shows up. How can i fix this? |
Beta Was this translation helpful? Give feedback.
Answered by
radar-blip
Dec 14, 2022
Replies: 2 comments 14 replies
This comment was marked as off-topic.
This comment was marked as off-topic.
-
|
I tried publishing my page and I got the error 404 message and im trying to publish it from using the default main branch I have and it is still not showing me the page that I want to see.... do I need a root or doc folder????? and while using GitHub desktop I dont see the page where I can view my codes/repositories in VS code either... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
According to your index.html, the image links point to a
photosfolder.<img class="foodndrinks" src="../photos/moms-beers.jpg" alt="beer bootles"><h3>BEERS</h3>But, there is no
photosfolder (or images) in your repository, so there are no images to be shown.You need to upload the images into a folder called
photos