site-accueil-insa/computerorder.php

9 lines
426 B
PHP
Raw Normal View History

2019-08-28 19:24:09 +02:00
<div>-TEXTE- </div>
2019-08-28 19:12:14 +02:00
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSeQ6ldsTuBGNN5hnp7KP_tt2rRuvRREJMvohjwsOhXCVCnECw/viewform?embedded=true" width="750" height="1290" frameborder="0" marginheight="0" marginwidth="0">Chargement…</iframe>
2019-08-28 19:24:09 +02:00
2019-08-28 19:12:14 +02:00
<?php
$pageContent = ob_get_clean(); // Store html content in variable
$pageTitle = "Commande";
include("includes/template.php"); // Display template with variable content
?>