43 lines
855 B
PHP
43 lines
855 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 id="root">
|
|
|
|
<article>
|
|
|
|
<h1>Titre de l'article</h1>
|
|
|
|
<rnav v-bind:tag="tags.web">Web</rnav>
|
|
|
|
<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"); ?>
|