site-accueil-insa/clubs.php

23 lines
846 B
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>
<section>
<div class="box-jaune">
<span class="corners corners-top"></span>
<span class="corners corners-bottom"></span>
<div class="title"><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-04-09 17:24:25 +02:00
</section>
<section>
<iframe src="https://amicale-insat.fr/clubs" class="iframe_amicale" allow="fullscreen" scrolling="auto"></iframe>
</section>
</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
?>