forked from vergnet/site-accueil-insa
This commit is contained in:
parent
af4ef87477
commit
9d8db2133c
1 changed files with 5 additions and 6 deletions
|
@ -1,6 +1,5 @@
|
|||
<?php
|
||||
ob_start(); // Start reading html
|
||||
header('Location: construction.php')
|
||||
?>
|
||||
<main>
|
||||
<div class="box-jaune">
|
||||
|
@ -12,18 +11,18 @@ header('Location: construction.php')
|
|||
<span class="circles circles-top"></span>
|
||||
<span class="circles circles-bottom"></span>
|
||||
</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>
|
||||
<ul>
|
||||
<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>
|
||||
<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>
|
||||
<a href="assets/pdf/Droit-Image.pdf" class="link">La charte de droit à l'image</a> (<a href="#" class="link">or here</a>,
|
||||
<a href="assets/pdf/Derechos-de-imagen.pdf" class="link">o aquí</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 download="" href="assets/pdf/Derechos-de-imagen.pdf" class="link">o aquí</a>)
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
|
Loading…
Reference in a new issue