| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 | <!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml"><head>	<meta charset="UTF-8">  <title>Bienvenue à microfolie</title>  <link rel="stylesheet" type="text/css" href="../css/style.css">  <link rel="stylesheet" type="text/css" href="../css/settings.css">  <link rel="stylesheet" type="text/css" href="../css/bootstrap/css/bootstrap.css">  <link rel="stylesheet" href="../css/style1.css" type="text/css"  /> </head><body><div id="principal">    <div class="header">        <div class="navbar">        </div><!-- end navbar -->    </div><!-- end of header -->    <div class="main">               <div class="content">     	      <main>         	         <div class="container">	            <h4 class="section-title">Nos espaces:</h4>	           <div>				<a href="http://localhost:8080/lens/settings/configure?espace=accueil"><button type="button" class="btn btn-danger btn-lg espace" >Accueil</button></a>	 			   </div>			   <div>				<a href="http://localhost:8080/lens/settings/configure?espace=imprimante3D"><button type="button" class="btn btn-danger btn-lg espace" >Imprimante 3D</button></a>	 			   </div>	           	         </div>		      </main>    	</div><!-- end of main div -->    <div class="clear"></div>    <div class="footer"></div><!-- end footer div --></div><!-- end of pricipal div --> 	  <script src="js/Chart.min.js" type="text/javascript"></script>      <script src="js/index.js" type="text/javascript"></script>      <script src="js/chart.js" type="text/javascript"></script>      <script src="js/bootstrap/js/bootstrap.js" type="text/javascript"></script>            <script>      	      </script></body></html>
 |