5 lines
159 B
PHP
5 lines
159 B
PHP
<?php
|
|
|
|
// Simple PHP file that works with HHVM
|
|
echo "<h1>Welcome to MerchantsOfHope.org</h1>";
|
|
echo "<p>This is a simple PHP application running on HHVM.</p>"; |