Skip to content

Commit

Permalink
Update workoutplanner.html
Browse files Browse the repository at this point in the history
  • Loading branch information
RishaanJ authored Feb 4, 2024
1 parent f194db2 commit a63bd8b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions workoutplanner.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@
<meta name="viewport" content="width=device-width">
<title>replit</title>
<link href="workoutplanner.css" rel="stylesheet" type="text/css" />
<script src="assets/js/fotofit.js>
document.addEventListener("DOMContentLoaded", (event) => {
console.log("DOM fully loaded and parsed");
getExercises();
calculateFitnessMetric();
});
</script>
</head>

<body>
Expand Down

0 comments on commit a63bd8b

Please sign in to comment.