Skip to content

Commit

Permalink
misc js in head
Browse files Browse the repository at this point in the history
  • Loading branch information
nopara73 committed Oct 31, 2024
1 parent c589142 commit 6a4e94d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion LongevityWorldCup.Website/wwwroot/partials/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
<link rel="icon" type="image/png" sizes="384x384" href="/assets/favicon-384x384.png" />
<link rel="icon" type="image/png" sizes="512x512" href="/assets/favicon-512x512.png" />


<!-- Stylesheets -->
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css" crossorigin="anonymous">
Expand All @@ -32,3 +31,5 @@
</script>

<script src="https://cdn.jsdelivr.net/npm/chart.js" crossorigin="anonymous" defer></script>

<script src="/js/misc.js"></script>
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,6 @@ <h2 id="athleteName"></h2>
</div>

<script src="/js/pheno-age.js"></script>
<script src="/js/misc.js"></script>
<script>
// Define the biomarkers array (ensure this is available before calculations)
const biomarkers = [
Expand Down

0 comments on commit 6a4e94d

Please sign in to comment.