Result Size: 1264 x 19
x
 
<!DOCTYPE html>
<html>
<body>
<?php
$x = 100;
if ($x !== 90) {
    echo "Hello world!";
}
?>
</body>
</html>
                
Hello world!