Photo test v11

This commit is contained in:
Arthur 2019-08-28 19:31:16 +02:00
parent 5ed7890c0a
commit e073c72f73
2 changed files with 7 additions and 1 deletions

View file

@ -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";

View file

@ -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