Skip to content

Commit

Permalink
😭 these can't be absolute paths!?!?
Browse files Browse the repository at this point in the history
  • Loading branch information
FallBackITA27 committed Apr 11, 2024
1 parent df8251d commit 4d268f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/common.css">
<link rel="stylesheet" href="./common.css">
<title>FallBackITA27's Tooling</title>
</head>
<body>
<div class="x-axis">
<a href="/rksys-top-5-viewer/index.html">Online RKSYS Viewer</a><sub> - Currently can only read Top 5 and Flap from Save</sub>
<a href="/mkwpp-parser/index.html">Custom MKWPP Submission Parser</a><sub> - WIP</sub>
<a href="./rksys-top-5-viewer/index.html">Online RKSYS Viewer</a><sub> - Currently can only read Top 5 and Flap from Save</sub>
<a href="./mkwpp-parser/index.html">Custom MKWPP Submission Parser</a><sub> - WIP</sub>
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion mkwpp-parser/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/common.css">
<link rel="stylesheet" href="../common.css">
<title>MKWPP Auto Parser</title>
</head>
<body>
Expand Down

0 comments on commit 4d268f0

Please sign in to comment.