mirror of
				https://github.com/mdbootstrap/mdb-ui-kit.git
				synced 2025-10-31 07:57:45 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			49 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			49 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="en">
 | |
|   <head>
 | |
|     <meta charset="UTF-8" />
 | |
|     <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
 | |
|     <meta http-equiv="x-ua-compatible" content="ie=edge" />
 | |
|     <title>ICW Maturity Levels: Maturity Level 0 Current State </title>
 | |
|     <!-- MDB icon -->
 | |
|     <link rel="icon" href="img/mdb-favicon.ico" type="image/x-icon" />
 | |
|     <!-- Font Awesome -->
 | |
|     <link
 | |
|       rel="stylesheet"
 | |
|       href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css"
 | |
|     />
 | |
|     <!-- Google Fonts Roboto -->
 | |
|     <link
 | |
|       rel="stylesheet"
 | |
|       href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap"
 | |
|     />
 | |
|     <!-- MDB -->
 | |
|     <link rel="stylesheet" href="css/mdb.min.css" />
 | |
|   </head>
 | |
|   <body>
 | |
|     <!-- Start your project here-->
 | |
|     <div class="container">
 | |
|       <div class="d-flex justify-content-center align-items-center">
 | |
|         <div class="text-center">
 | |
|             
 | |
|             <div class="row col-12" style="display: inline-block">
 | |
| 			  <div class="embed-responsive embed-responsive-16by9 boxshadow">
 | |
| <<<<<<< HEAD
 | |
| 				<iframe width="565" height="320" src="https://bcove.video/3niHcvp" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen id="homepagewelcometohealthcareplaybookviewvideo"></iframe>
 | |
| =======
 | |
| 				<iframe width="565" height="320" src="https://bcove.video/3niHcvp" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
 | |
| >>>>>>> cb058928 (Commit VS Studio Changes)
 | |
| 			  </div>
 | |
| 			</div>	
 | |
|         </div>
 | |
|       </div>
 | |
| </div>
 | |
|     <!-- End your project here-->
 | |
| 
 | |
|     <!-- MDB -->
 | |
|     <script type="text/javascript" src="js/mdb.min.js"></script>
 | |
|     <!-- Custom scripts -->
 | |
|     <script type="text/javascript"></script>
 | |
|   </body>
 | |
| </html>
 |