<?php if(isset($_GET['mode']) && $_GET['mode'] === 'dark') { require_once __DIR__."/black/index.html"; } else { require_once __DIR__."/white/index.html"; }