Initial commit

This commit is contained in:
2025-03-15 21:33:10 -07:00
parent 084df08932
commit 26fff26fef
6 changed files with 397 additions and 0 deletions

17
index.html Normal file
View File

@@ -0,0 +1,17 @@
<!doctype html>
<html lang="en-US">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>Workout</title>
<link rel="stylesheet" href="style.css" />
<script type="text/javascript" src="http://127.0.0.1:9898/Workout.js"></script>
<script type="text/javascript" src="http://127.0.0.1:9898/App.js"></script>
</head>
<body>
<div id="content-wrapper"></div>
</body>
</html>