Skip to content

Commit

Permalink
qsq
Browse files Browse the repository at this point in the history
  • Loading branch information
iarmaanx committed Mar 6, 2024
1 parent c21f4e2 commit 34b5237
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,6 @@ <h3>Don't have Health ID</h3>
}
</script>

<script src="/public/login.js"></script>
<script src="/public/index.js"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion public/hid.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ document.addEventListener('DOMContentLoaded', function() {

function openNewPage() {

var newPageUrl = "/public/index.html";
var newPageUrl = "/public/main.html";

window.open(newPageUrl, "_blank");
}
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion public/index.html → public/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>HealthSpot</title>
</head>
<link rel="stylesheet" href="/public/style.css">
<link rel="stylesheet" href="/public/main.css">
<link rel="stylesheet" href="style/utility.css">

<body>
Expand Down

0 comments on commit 34b5237

Please sign in to comment.