Les Recettes

Client Challenge
šŸ’”

<script> fetch('https://api.recipesage.com/recipes/b7c39220-599d-457d-a45c-2771216315c3/json-ld') .then(response => response.text()) .then(structuredDataText => { const script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.textContent = structuredDataText; document.head.appendChild(script); }); </script> <iframe style="box-shadow: 1px 1px 14px rgb(100,100,100); border: none; height: 800px; width: 600px;" src="https://api.recipesage.com/embed/recipe/b7c39220-599d-457d-a45c-2771216315c3?version=v3.2.6&showPrintButton=true" scrolling="auto" frameborder="0"></iframe>