|
|
@ -3,13 +3,13 @@ |
|
|
|
<head> |
|
|
|
<meta charset="UTF-8"> |
|
|
|
<title>Daily Workout Plan</title> |
|
|
|
<link rel="stylesheet" href="/static/style.css"> |
|
|
|
<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> |
|
|
|
<script src="static/script.js"></script> |
|
|
|
</body> |
|
|
|
</html> |