18 lines
		
	
	
		
			439 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			439 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="Workout.js"></script>
 | |
|         <script type="text/javascript" src="App.js"></script>
 | |
| 
 | |
|     </head>
 | |
|     <body>
 | |
|         <div id="content-wrapper"></div>
 | |
|     </body>
 | |
| </html>
 |