29 lines
		
	
	
		
			788 B
		
	
	
	
		
			PHP
		
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			788 B
		
	
	
	
		
			PHP
		
	
	
	
<?php $page_title = "edbrz9 Home"; ?>
 | 
						|
 | 
						|
<?php include($_SERVER['DOCUMENT_ROOT']."/assets/php/header.php"); ?>
 | 
						|
 | 
						|
<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" class="homepage">
 | 
						|
 | 
						|
<p>Bienvenue sur mon site. Ça va être un peu bordélique, mais c'est comme ça. Au cour des 10 dernière années, j'ai eu plusieurs projets musicaux, vous pourrez trouver ma discographie non exhaustive <a href="disco/">ici</a>. J'ai aussi codé deux trois trucs sympa que vous pourrez trouver <a href="proj/">ici</a>.
 | 
						|
</p>
 | 
						|
</main>
 | 
						|
 | 
						|
<?php include($_SERVER['DOCUMENT_ROOT']."/assets/php/footer.php"); ?>
 | 
						|
 |