Result Size: 1264 x 19
x
 
<!DOCTYPE html>
<html>
<body>
<?php
class Goodbye {
  const LEAVING_MESSAGE = "Спасибо за посещение W3Schools!";
}
echo Goodbye::LEAVING_MESSAGE;
?>
</body>
</html>
                
Спасибо за посещение W3Schools!