This commit is contained in:
Baptiste 2022-06-20 19:05:46 +02:00
parent af4ef87477
commit 9d8db2133c

View file

@ -1,6 +1,5 @@
<?php <?php
ob_start(); // Start reading html ob_start(); // Start reading html
header('Location: construction.php')
?> ?>
<main> <main>
<div class="box-jaune"> <div class="box-jaune">
@ -12,18 +11,18 @@ header('Location: construction.php')
<span class="circles circles-top"></span> <span class="circles circles-top"></span>
<span class="circles circles-bottom"></span> <span class="circles circles-bottom"></span>
</div> </div>
<section> <section align="left">
<p>Si jamais t'as perdu quelque chose, pas de problèmes ! Tu pourras trouver tout ce dont tu as besoin ici.</p> <p>Si jamais t'as perdu quelque chose, pas de problèmes ! Tu pourras trouver tout ce dont tu as besoin ici.</p>
<ul> <ul>
<li> <li>
<a href="assets/pdf/Plaquette-INSA-2021-Promo-59.pdf" class="link">La plaquette</a> <a download="" href="assets/pdf/Plaquette-Promo-60.pdf" class="link">La plaquette</a>
</li> </li>
<li> <li>
<a href="assets/pdf/Fiche-Parrainage.pdf" class="link">La fiche de parrainage</a> (<a href="#" class="link">Godfather/Godmother form</a>) <a download="" href="assets/pdf/Fiche-Parrainage.pdf" class="link">La fiche de parrainage</a> (<a download="" href="assets/pdf/Godfather-Godmother-Form.pdf" class="link">Godfather/Godmother form</a>)
</li> </li>
<li> <li>
<a href="assets/pdf/Droit-Image.pdf" class="link">La charte de droit à l'image</a> (<a href="#" class="link">or here</a>, <a download="" href="assets/pdf/Droit-Image.pdf" class="link">La charte de droit à l'image</a> (<a download="" href="Image-Rigths.pdf" class="link">or here</a>,
<a href="assets/pdf/Derechos-de-imagen.pdf" class="link">o aquí</a>) <a download="" href="assets/pdf/Derechos-de-imagen.pdf" class="link">o aquí</a>)
</li> </li>
</ul> </ul>
</section> </section>