Deux iframes distinctes : Capture (entrée audio) et Résultat (transcription, compte rendu, assistant IA). Utilisez les pages ci-dessous en embed Webflow ou ouvrez-les pour prévisualisation.
| Avant | Après |
|---|---|
Un seul index.html tout-en-un (démo monolithique) |
Deux URLs : capture.html et result.html. Cette page hub remplace l’ancienne démo combinée. |
Iframe pointant vers …/homepage-mini-demo/ |
Pointer explicitement vers capture.html ou result.html selon la section. |
<iframe src="https://agilotext.github.io/Agilotext-Scripts-Public/webflow-embeds/homepage-mini-demo/capture.html" title="Agilotext — démo capture" width="100%" height="720" style="display:block;border:0;width:100%;min-height:680px;" loading="lazy" referrerpolicy="strict-origin-when-cross-origin" ></iframe>
<iframe src="https://agilotext.github.io/Agilotext-Scripts-Public/webflow-embeds/homepage-mini-demo/result.html" title="Agilotext — démo résultat" width="100%" height="620" style="display:block;border:0;width:100%;min-height:560px;" loading="lazy" referrerpolicy="strict-origin-when-cross-origin" ></iframe>
Hub statique — voir README.md pour jsDelivr, régénération demo.mp3 et détails techniques.