Skip to content

Instantly share code, notes, and snippets.

@fordnox
Created April 2, 2019 13:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fordnox/8ba017e5a758b686b0a50620d91bfa28 to your computer and use it in GitHub Desktop.
Save fordnox/8ba017e5a758b686b0a50620d91bfa28 to your computer and use it in GitHub Desktop.
this is an example of index pafge
<!DOCTYPE html>
<html>
<body>
<?php
echo "This is a very simple php example.";
?>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment