0

How it's being shipped

Any ideas?

There's also a single warning displaying this:

"Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'."

525DMG
  • 11
  • 1

1 Answers1

0

Your CSS, Images, JS folders are not named in lower case.

like

./images/face3.jpg

should be

./Images/face3.jpg

but I suggest you rename your folders.

Ying-Shan Lin
  • 607
  • 5
  • 22
  • Thanks a lot! I couldn't change the folder's name since it basically created a new folder.. I'm still unsure why it wouldn't simply change the folder's name, it completely made a new folder when I tried to rename it... However, I did end up changing the capitalization inside the index file... It worked! Haha, thanks again. – 525DMG Jun 23 '22 at 20:02
  • @525DMG https://stackoverflow.com/a/17688308/8970303 – Ying-Shan Lin Jun 23 '22 at 22:59