1 page at of 4 deployded #78697
-
Select Topic AreaBug BodyHi, I just uploaded my website for my school project and only one of my pages index.html is functional. My other 3 pages don't have my content. I see my code in my files but everything is blank. This is the message that appears in my console portfolio.html:135 Everything works smoothly on my local desktop. Can someone please help me with this issue? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello, In your However, your folder is named Try replacing it with this: Do not hesitate to mark the post as 'Answered' if my response suits you. I hope my message is useful to you! Have a nice day! |
Beta Was this translation helpful? Give feedback.
Hello,
In your
portfolio.html
file on line 135, you have<script src="Javascript/scripts.js"></script>
However, your folder is named
javascript
without a capital J.Try replacing it with this:
<script src="javascript/scripts.js"></script>
Do not hesitate to mark the post as 'Answered' if my response suits you.
I hope my message is useful to you! Have a nice day!