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 {
|
body {
|
||||||
display: block;
|
text-align: center;
|
||||||
}
|
|
||||||
|
|
||||||
.box-jaune {
|
|
||||||
position: absolute;
|
|
||||||
z-index: 3;
|
|
||||||
top: 0;
|
|
||||||
left: 0;
|
|
||||||
margin: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.iframe_amicale {
|
.iframe_amicale {
|
||||||
|
|
|
@ -2,17 +2,15 @@
|
||||||
ob_start(); // Start reading html
|
ob_start(); // Start reading html
|
||||||
?>
|
?>
|
||||||
<main>
|
<main>
|
||||||
<!--<section>
|
|
||||||
<div class="box-jaune">
|
<div class="box-jaune">
|
||||||
<span class="corners corners-top"></span>
|
<span class="corners corners-top"></span>
|
||||||
<span class="corners corners-bottom"></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-top"></span>
|
||||||
<span class="circles circles-bottom"></span>
|
<span class="circles circles-bottom"></span>
|
||||||
</div>
|
</div>
|
||||||
</section>-->
|
|
||||||
<section>
|
<section>
|
||||||
<iframe src="https://amicale-insat.fr/clubs" class="iframe_amicale" allow="fullscreen" scrolling="auto"></iframe>
|
<iframe src="https://amicale-insat.fr/clubs" class="iframe_amicale" allow="fullscreen" scrolling="auto"></iframe>
|
||||||
</section>
|
</section>
|
||||||
|
|
Loading…
Reference in a new issue