site-accueil-insa/game.php

26 lines
1.2 KiB
PHP
Raw Normal View History

2022-09-29 15:42:50 +02:00
<?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
2022-09-29 16:36:15 +02:00
$infopage = ["", "INSARIO", ob_get_clean(), "", "game"]; //relativepath, pagetitle, pagecontent, pagescript, pagename | cf structure/template.php ligne 2 à 6
2022-09-29 15:42:50 +02:00
include("structure/template.php");
?>