Site de la semaine d'accueil 2023
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

game.php 930B

123456789101112131415
  1. <?php
  2. ob_start(); // Start reading html
  3. ?>
  4. <main>
  5. <!-- Un peu dégueu les line break mais c'est ça qu'on aime <3-->
  6. <br><br><br>
  7. <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>
  8. </main>
  9. <?php
  10. $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
  11. include("structure/template.php");
  12. ?>