22 lines
		
	
	
		
			808 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			808 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="preconnect" href="https://fonts.googleapis.com">
 | |
|         <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
 | |
|         <link href="https://fonts.googleapis.com/css2?family=Boldonse&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
 | |
|         <link rel="stylesheet" href="style.css" />
 | |
| 
 | |
|         <script type="text/javascript" src="ExerciseGenerator.js"></script>
 | |
|         <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>
 |