Failed to load resource error 404 #129533
-
Select Topic AreaQuestion BodyHi, i have a proyect and when i go to github pages this didin't work. the error is Failed to load resource: the server responded with a status of 404 () i alredy check the routes and everything. I don't know how to solve it the link is https://github.com/martinvruiz/tasktodo thx |
Beta Was this translation helpful? Give feedback.
Answered by
davevad93
Jun 23, 2024
Replies: 1 comment 2 replies
-
|
Hi @martinvruiz , Make the following changes to your <!-- Delete this -->
<base href="/">
<!-- Delete the "/" in the CSS and JS path -->
<link rel="stylesheet" href="CSS/tailwind.css">
<script src="JS/main.js"></script> |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
martinvruiz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @martinvruiz ,
Make the following changes to your
index.html:Result: