Skip to content

Commit

Permalink
v.5.4.1.1. - minor links fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nayfaan committed Sep 7, 2023
1 parent a395471 commit 7105478
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<html>

<head>
<link rel="stylesheet" href="/web/static/index.css">
<link rel="stylesheet" href="./web/static/index.css">

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script type="text/javascript" src="/web/static/data.js" defer></script>
<script type="text/javascript" src="/web/static/puni-color.js" defer></script>
<script type="text/javascript" src="/web/static/index.js" defer></script>
<script type="text/javascript" src="./web/static/data.js" defer></script>
<script type="text/javascript" src="./web/static/puni-color.js" defer></script>
<script type="text/javascript" src="./web/static/index.js" defer></script>

<link rel="icon" type="image/png" href="images/favicon.png?v=1.0">
<link rel="icon" type="image/png" href="./web/static/images/favicon.png?v=1.0">

<title>Atelier Ryza 1 | Puni Raising Stats Calculator</title>

Expand Down

0 comments on commit 7105478

Please sign in to comment.