| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 | <!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml"><head>	<meta charset="UTF-8">  <title>Bienvenu à 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">            <ul>                <li><a href="index.html">Accueil</a></li>                <li><a href="abonnes.html">Nos abonnés</a></li>                <li><a href="inscription.jsp">Inscription</a></li>            </ul>        </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/configure?espace=accueil"><button type="button" class="btn btn-danger btn-lg espace" >Accueil</button></a>	 			   </div>			   <div>				<a href="http://localhost:8080/lens/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>
 |