diff --git a/proj/index.php b/proj/index.php new file mode 100644 index 0000000..6478b33 --- /dev/null +++ b/proj/index.php @@ -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"); ?>