Initial commit
This commit is contained in:
17
index.html
Normal file
17
index.html
Normal 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>
|
Reference in New Issue
Block a user