forked from vergnet/site-accueil-insa
26 lines
No EOL
1.2 KiB
PHP
26 lines
No EOL
1.2 KiB
PHP
<?php
|
|
ob_start(); // Start reading html
|
|
?>
|
|
<main>
|
|
|
|
<div class="box-jaune">
|
|
<span class="corners corners-top"></span>
|
|
<span class="corners corners-bottom"></span>
|
|
|
|
<div class="title">
|
|
<a href="https://www.etud.insa-toulouse.fr/~clubinfo/" class="link_in_yellow_box" target="_wiki">>> Ce jeu vous est proposé par le club info !! <<</a>
|
|
</div>
|
|
|
|
<span class="circles circles-top"></span>
|
|
<span class="circles circles-bottom"></span>
|
|
</div>
|
|
|
|
<br><br><br>
|
|
|
|
<iframe id="iframelarge" mozallowfullscreen="true" allow="autoplay; fullscreen" name="SuperPPA : Back To School" scrolling="no" msallowfullscreen="true" allowfullscreen="true" webkitallowfullscreen="true" allowtransparency="true" marginheight="px" marginwidth="320px" src="https://etud.insa-toulouse.fr/~superPPA/Web/index.html" class="iframe_game" width="1280px" height="720px" frameborder="0"></iframe>
|
|
|
|
</main>
|
|
<?php
|
|
$infopage = ["", "INSARIO", ob_get_clean(), "", "game"]; //relativepath, pagetitle, pagecontent, pagescript, pagename | cf structure/template.php ligne 2 à 6
|
|
include("structure/template.php");
|
|
?>
|