Skip to content

Commit

Permalink
Correct CSS path
Browse files Browse the repository at this point in the history
  • Loading branch information
pmotschmann committed Oct 12, 2024
1 parent a5ff228 commit 658876d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link rel="icon" href="evolved.ico" type="images/x-icon" media="(prefers-color-scheme:light)">
<link rel="icon" href="evolved.ico" type="images/x-icon" media="(prefers-color-scheme:no-preference)">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato&display=swap">
<link rel="stylesheet" href="/lib/buefy.min.0.9.22.css">
<link rel="stylesheet" href="lib/buefy.min.0.9.22.css">
<link rel="stylesheet" type="text/css" href="lib/weather-icons.min.css">
<link rel="stylesheet" type="text/css" href="evolve/evolve.css">
<script src="https://unpkg.com/[email protected]/dist/jquery.min.js" integrity="sha384-Ft/vb48LwsAEtgltj7o+6vtS2esTU9PCpDqcXs4OCVQFZu5BqprHtUCZ4kjK+bpE" crossorigin="anonymous"></script>
Expand Down
2 changes: 1 addition & 1 deletion wiki.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta http-equiv="Content-type" content="text/html;charset=utf-8">
<link rel="icon" href="evolved.ico" type="images/x-icon">
<link href="https://fonts.googleapis.com/css?family=Lato&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/lib/buefy.min.0.9.22.css">
<link rel="stylesheet" href="lib/buefy.min.0.9.22.css">
<link rel="stylesheet" type="text/css" href="evolve/evolve.css">
<link rel="stylesheet" type="text/css" href="wiki/wiki.css">
<script src="https://unpkg.com/[email protected]/dist/jquery.min.js" integrity="sha384-Ft/vb48LwsAEtgltj7o+6vtS2esTU9PCpDqcXs4OCVQFZu5BqprHtUCZ4kjK+bpE" crossorigin="anonymous"></script>
Expand Down

0 comments on commit 658876d

Please sign in to comment.