42 lines
1.1 KiB
PHP
42 lines
1.1 KiB
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>
|
|
|
|
<p>Sur cette page je posterai des projets que j'ai codé d'abord pour moi mais qui peuvent être utile à d'autres.</p>
|
|
|
|
<h4><a href="chordboard/">Un clavier d'accords modal</a> <a href="https://git.brz9.dev/ed/ed.brz9.dev/src/branch/master/proj/chordboard" target="_blank" rel="noopener noreferrer"><span class="brz9-icon-git"></span></a></h4>
|
|
|
|
<a href="icons/">Icons</a>
|
|
<a href="YT2P/">YT2P</a>
|
|
|
|
</main>
|
|
|
|
<?php include($_SERVER['DOCUMENT_ROOT']."/assets/php/footer.php"); ?>
|