Skip to content

Commit

Permalink
fix css path in template
Browse files Browse the repository at this point in the history
  • Loading branch information
luttje committed Jul 19, 2024
1 parent 3fc1607 commit bc11c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ <h2>Hello World!</h2>
</div>

<!-- Include the style -->
<link rel="stylesheet" href="./dist-lib/css-pokemon-gameboy.css">
<link rel="stylesheet" href="./styles/css-pokemon-gameboy.css">
</body>
</html>

0 comments on commit bc11c06

Please sign in to comment.