/*
Theme Name: Iframe Theme
Author: Votre Nom
Description: Un thème WordPress qui affiche uniquement une iframe sur toute la page.
Version: 1.0
*/
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

iframe {
    border: none;
    width: 100%;
    height: 100%;
}
