15 lines
365 B

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Daily Workout Plan</title>
<link rel="stylesheet" href="static/style.css">
</head>
<body>
<h1>Daily Workout Plan</h1>
<ul id="workout-plan">
<!-- Workout plan will be dynamically inserted here -->
</ul>
<script src="static/script.js"></script>
</body>
</html>