Remove hello world

This commit is contained in:
Miguel Nogueira 2018-06-07 15:21:08 +02:00
parent fae7a7ca86
commit a77b0cf4ed
1 changed files with 0 additions and 11 deletions

View File

@ -1,11 +0,0 @@
<html><body>
<?php
// A simple web site in Cloud9 that runs through Apache
// Press the 'Run' button on the top to start the web server,
// then click the URL that is emitted to the Output tab of the console
echo 'Hello world from Cloud9!';
?>
</body>
</html>