Skip to content

Github error 404 #23645

Discussion options

You must be logged in to vote

The paths with which the HTML file references the CSS and script files are wrong. Here’s what they look like in your HTML file:

<link rel="stylesheet" href="css/Accounting.css">
<script src="js/accounting.js"></script>

However, looking at the repository the files are in the same directory as the HTML file, not in css/ and js/ subdirectories. So the references should be:

<link rel="stylesheet" href="Accounting.css">
<script src="accounting.js"></script>

Replies: 7 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants