Skip to content

Instantly share code, notes, and snippets.

@fordnox
Last active May 14, 2019 11:41
Show Gist options
  • Save fordnox/2104c9a6f0383410c5f343d621a859f1 to your computer and use it in GitHub Desktop.
Save fordnox/2104c9a6f0383410c5f343d621a859f1 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