38 lines
		
	
	
		
			826 B
		
	
	
	
		
			PHP
		
	
	
	
			
		
		
	
	
			38 lines
		
	
	
		
			826 B
		
	
	
	
		
			PHP
		
	
	
	
| <!DOCTYPE HTML>
 | |
| <html>
 | |
| <head>
 | |
|   <title>edbrz9 | Projets</title>
 | |
|   <meta charset="utf-8">
 | |
|   <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | |
|   <link rel="stylesheet" href="https://file.brz9.dev/web/css/normalize.css">
 | |
|   <link rel="stylesheet" href="/assets/fonts/byl-iconfont-v3.2/icons.css"/>
 | |
|   <link rel="stylesheet" href="/assets/css/style.css"/>
 | |
| </head>
 | |
| <body>
 | |
| 
 | |
| <nav>
 | |
|   <section id="left-nav">
 | |
|     <a href="/">
 | |
|       <span class="byl-icon-home"></span>
 | |
|     </a>
 | |
|   </section>
 | |
|   <section id="right-nav">
 | |
|     <a href="/" class="islang">FR</a> /
 | |
|     <a href="/">ENG</a>
 | |
|   </section>
 | |
| 
 | |
| </nav>
 | |
| 
 | |
| 
 | |
| <main id="root">
 | |
| 
 | |
| <h3>Projets</h3>
 | |
| 
 | |
| <a href="chordboard/">Chord board</a>
 | |
| <a href="fonts/">Font book</a>
 | |
| <a href="icons/">Icons</a>
 | |
| 
 | |
| </main>
 | |
| 
 | |
| <?php include($_SERVER['DOCUMENT_ROOT']."/assets/php/footer.php"); ?>
 |