monorepo/fitnesstrax/design/layouts/index.html
Savanni D'Gerinel 97a1b8172f Start design work on the new Fitnesstrax
This time, starting with a focus on navigation, layout, and ease of use
2023-05-23 09:30:23 -04:00

12 lines
135 B
HTML

<!doctype html>
<html>
<head>
<meta charset = "utf-8">
</head>
<body>
{{ partial "nav.html" . }}
</body>
</html>