Skip to content

Commit

Permalink
fix link to css
Browse files Browse the repository at this point in the history
  • Loading branch information
abrudz committed Oct 26, 2023
1 parent 899d9bb commit 22bad1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<meta charset="utf-8" />
<title>APL386 - APL385 Evolved</title>
<link rel="shortcut icon" href="favicon.ico"/>
<link rel="stylesheet" href="/index.css">
<link rel="stylesheet" href="index.css">
</head>
<body>
<input id="APL386" type="radio" name="f" value="APL386" checked=""><label for="APL386"> APL386</label>
Expand Down

0 comments on commit 22bad1e

Please sign in to comment.