blob: 722ae14e225f69f29b30452951e3eb1f924fd89e [file] [log] [blame]
<?php
if (isset($_GET["delay"]))
sleep($_GET["delay"]);
header('Cache-Control: no-cache, must-revalidate');
header('Location: style.css');
?>