You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
261 B

4 years ago
  1. <html><body>
  2. <?php
  3. // A simple web site in Cloud9 that runs through Apache
  4. // Press the 'Run' button on the top to start the web server,
  5. // then click the URL that is emitted to the Output tab of the console
  6. echo 'Hello world from Cloud9!';
  7. ?>
  8. </body>
  9. </html>