Display liner formula for E1RM over time, and weekly/monthly progress in weight (this part doesnt work well, will probably remove)

This commit is contained in:
Peter Stockings
2024-03-09 17:15:08 +11:00
parent fd04eb00b1
commit e3de9f886b
3 changed files with 21 additions and 2 deletions

View File

@@ -7,6 +7,8 @@
<title>Workout Tracker</title>
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap" rel="stylesheet" />
<link rel="stylesheet" type="text/css"
href="https://cdn.rawgit.com/dreampulse/computer-modern-web-font/master/fonts.css">
<link type="text/css" rel="stylesheet" href="/static/css/tail.select.min.css">
<script src="/static/js/tail.select.min.js"></script>
<script src="/static/js/tailwindcss@3.2.4.js"></script>
@@ -14,7 +16,6 @@
<script src="/static/js/htmx.min.js" defer></script>
<script src="/static/js/hyperscript.min.js" defer></script>
<script src="/static/js/sweetalert2@11.js" defer></script>
</head>
<body>