forked from rebillar/site-accueil-insa
Photo test v11
This commit is contained in:
parent
5ed7890c0a
commit
e073c72f73
2 changed files with 7 additions and 1 deletions
|
@ -13,6 +13,12 @@ ob_start(); // Start reading html
|
|||
$text = "Commander depuis téléphone";
|
||||
include("includes/main_button_template.php");
|
||||
|
||||
$link = "";
|
||||
$icon = "fas fa-arrow-up";
|
||||
$text = "";
|
||||
include("includes/main_button_template.php");
|
||||
|
||||
|
||||
$link = "computerorder.php";
|
||||
$icon = "fas fa-desktop";
|
||||
$text = "Commander depuis ordinateur";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<div>-TEXTE-</div>
|
||||
<br>
|
||||
<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>
|
||||
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSeQ6ldsTuBGNN5hnp7KP_tt2rRuvRREJMvohjwsOhXCVCnECw/viewform?embedded=true" width="350" height="1290" frameborder="0" marginheight="0" marginwidth="0">Chargement…</iframe>
|
||||
|
||||
|
||||
<?php
|
||||
|
|
Loading…
Reference in a new issue