proj index added
This commit is contained in:
parent
415e5c406b
commit
c2756a77a9
|
@ -0,0 +1,35 @@
|
||||||
|
<!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>Lorem Ipsum</h3>
|
||||||
|
|
||||||
|
<a href="chordboard/">Un clavier d'accords</a>
|
||||||
|
|
||||||
|
</main>
|
||||||
|
|
||||||
|
<?php include($_SERVER['DOCUMENT_ROOT']."/assets/php/footer.php"); ?>
|
Loading…
Reference in New Issue