| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 | 
							- <!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>
 
-                 
 
-             </ul>
 
-         </div><!-- end navbar -->
 
-     </div><!-- end of header -->
 
-     <div class="main">
 
-        
 
-         <div class="content">
 
-      
 
- 	      <main>         
 
- 	         <div class="container">
 
- 	            <h4 class="section-title">Nos espace:</h4>
 
- 	           <div>
 
- 	           	<button type="button" class="btn btn-danger btn-lg espace" href="localhost:8080/lens/configue?espace=accueil")>Accueil</button>
 
- 	           	 </div>
 
- 	           <div>
 
- 	           	<button type="button" class="btn btn-danger btn-lg espace" href="localhost:8080/lens/configue?espace=espace1">Espace1</button>
 
- 	           	</div>
 
- 	           	 <div>
 
- 	           	<button type="button" class="btn btn-danger btn-lg espace" href="localhost:8080/lens/configue?espace=espace2">Espace2</button>
 
- 	           	</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>
 
- </body>
 
- </html>
 
 
  |