<!DOCTYPE html>
<html>
<body>
<?php
ob_start("ob_gzhandler");
echo "Hello World!";
?>
</body>
</html>