18 lines
483 B
HTML
18 lines
483 B
HTML
<!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>
|