Skip to content

Commit

Permalink
path fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lucastozo committed Mar 6, 2024
1 parent ca113b7 commit 7560960
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<section class="section text-center">
<section class="header">
<div class="container">
<a href="/" style="text-decoration: none;">
<a href="/ListDataManager-web" style="text-decoration: none;">
<h1 id="header-title">List Data Manager</h1>
</a>
Editor JSON para a Demonlist BR
Expand Down
8 changes: 4 additions & 4 deletions pages/leveldata.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>List Data Manager</title>
<link rel="shortcut icon" type="image/x-icon" href="/assets/img/favicon.ico">
<link rel="stylesheet" href="/assets/css/style.css">
<link rel="stylesheet" href="/ListDataManager-web/assets/css/style.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
</head>
<body>
<section class="section text-center">
<section class="header">
<div class="container">
<a href="/" style="text-decoration: none;">
<a href="/ListDataManager-web" style="text-decoration: none;">
<h1 id="header-title">List Data Manager</h1>
</a>
Editor JSON para a Demonlist BR
Expand Down Expand Up @@ -78,8 +78,8 @@ <h1 class="modal-title fs-5" id="addLevelLabel">Adicionar level</h1>
<p id="loading-spinner-label" class="text-light mt-3">Carregando...</p>
</div>
</div>
<script src="/assets/script/LevelData.js"></script>
<script src="/assets/script/getLevelInfo.js"></script>
<script src="/ListDataManager-web/assets/script/LevelData.js"></script>
<script src="/ListDataManager-web/assets/script/getLevelInfo.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
</body>
</html>
6 changes: 3 additions & 3 deletions pages/playerdata.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<section class="section text-center">
<section class="header">
<div class="container">
<a href="/" style="text-decoration: none;">
<a href="/ListDataManager-web" style="text-decoration: none;">
<h1 id="header-title">List Data Manager</h1>
</a>
Editor JSON para a Demonlist BR
Expand Down Expand Up @@ -69,8 +69,8 @@ <h1 class="modal-title fs-5" id="addRecordLabel">Adicionar record</h1>
<p id="loading-spinner-label" class="text-light mt-3">Carregando...</p>
</div>
</div>
<script src="/assets/script/PlayerData.js"></script>
<script src="/assets/script/getLevelInfo.js"></script>
<script src="/ListDataManager-web/assets/script/PlayerData.js"></script>
<script src="/ListDataManager-web/assets/script/getLevelInfo.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
</body>
</html>

0 comments on commit 7560960

Please sign in to comment.