Skip to content

Github page not displaying properly, please help #22771

Discussion options

You must be logged in to vote

Hi @archetypebiomedical, welcome to the GitHub Support Community!

Taking a look in the console for your site it seems like like your assets are 404-ing due to incorrect URLs. From your source code, your assets are being loaded using using a relative link:

<link rel="stylesheet" href="../assets/css/style.css">

This link will resolve to the following URL:

https://archetype-biomedical.github.io/assets/css/style.css

This is happening because of the relative path traversal ../ at the start of these asset links, causing the browser to traverse up one directory level in your URL.

This CSS file is actually located at the following URL:

https://archetype-biomedical.github.io/Archetype-Biomedical…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Bill-Adepoju
Comment options

Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants