ed.brz9.dev/ressources/brz9-icon-font/index.php

42 lines
806 B
PHP

<?php $page_title = "edbrz9 - "; ?>
<?php include($_SERVER['DOCUMENT_ROOT']."/assets/php/header.php"); ?>
<nav>
<section id="left-nav">
<a href="/">
<span class="byl-icon-home"></span>
</a>
<a href="/ressources">
<span>/ressources</span>
</a>
</section>
<section id="right-nav">
<a href="" class="islang">FR</a> /
<a href="EN/">ENG</a>
</section>
</nav>
<main>
<article>
<h1>Titre de l'article</h1>
<userdet></userdet>
</article>
<section class="comments">
<!--
<iframe src="" class="mastodon-embed" style="max-width: 100%; border: 0" width="400" allowfullscreen="allowfullscreen"></iframe><script src="https://mamot.fr/embed.js" async="async"></script>
-->
</section>
</main>
<?php include($_SERVER['DOCUMENT_ROOT']."/assets/php/footer.php"); ?>