site-accueil-insa/clubs.php

25 lines
1 KiB
PHP
Raw Normal View History

2022-01-19 22:26:58 +01:00
<?php
ob_start(); // Start reading html
?>
2022-04-09 17:24:25 +02:00
<main>
2022-08-26 21:04:59 +02:00
<div id="alert">
2022-08-26 21:06:22 +02:00
<a href="https://wiki.etud.insa-toulouse.fr/books/rejoindre-les-associations/page/rejoindre-les-serveurs-dassociations" class="link2" target="_wiki">>> Comment rejoindre une association ? <<</a>
2022-08-26 21:04:59 +02:00
</div>
<div class="box-jaune">
<span class="corners corners-top"></span>
<span class="corners corners-bottom"></span>
2022-06-11 12:43:31 +02:00
<div class="title">Chargement en cours ...<br><a href="https://amicale-insat.fr/clubs" target="_NEWWWWW" class="link_in_yellow_box">amicale-insat.fr/clubs</a></div>
<span class="circles circles-top"></span>
<span class="circles circles-bottom"></span>
</div>
2022-08-26 21:04:59 +02:00
2022-04-09 17:24:25 +02:00
<iframe src="https://amicale-insat.fr/clubs" class="iframe_amicale" allow="fullscreen" scrolling="auto"></iframe>
</main>
2022-01-19 22:26:58 +01:00
<?php
$infopage = ["", "Les clubs", ob_get_clean(), "", "clubs"]; //relativepath, pagetitle, pagecontent, pagescript, pagename | cf structure/template.php ligne 2 à 6
include("structure/template.php");
2020-09-19 16:08:07 +02:00
?>