site-accueil-insa/game.php

15 lines
930 B
PHP
Raw Normal View History

2022-09-29 15:42:50 +02:00
<?php
ob_start(); // Start reading html
?>
<main>
2023-04-22 18:47:14 +02:00
<!-- Un peu dégueu les line break mais c'est ça qu'on aime <3-->
2022-09-29 15:42:50 +02:00
<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
2023-05-02 22:05:22 +02:00
$infopage = ["", "INSARIO", ob_get_clean(), "", "game","<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>"]; //relativepath, pagetitle, pagecontent, pagescript, pagename | cf structure/template.php ligne 2 à 6
2022-09-29 15:42:50 +02:00
include("structure/template.php");
?>