forked from vergnet/site-accueil-insa
clubs.php chargement
This commit is contained in:
parent
6250aefacc
commit
18a555e14a
2 changed files with 3 additions and 13 deletions
|
@ -1,13 +1,5 @@
|
|||
section {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.box-jaune {
|
||||
position: absolute;
|
||||
z-index: 3;
|
||||
top: 0;
|
||||
left: 0;
|
||||
margin: 0;
|
||||
body {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.iframe_amicale {
|
||||
|
|
|
@ -2,17 +2,15 @@
|
|||
ob_start(); // Start reading html
|
||||
?>
|
||||
<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>
|
||||
<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>
|
||||
</section>-->
|
||||
<section>
|
||||
<iframe src="https://amicale-insat.fr/clubs" class="iframe_amicale" allow="fullscreen" scrolling="auto"></iframe>
|
||||
</section>
|
||||
|
|
Loading…
Reference in a new issue