├── .gitignore ├── index.php ├── readme.md ├── screen1.png └── screen2.png /.gitignore: -------------------------------------------------------------------------------- 1 | config.php 2 | -------------------------------------------------------------------------------- /index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alanaktion/php-landing/HEAD/index.php -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alanaktion/php-landing/HEAD/readme.md -------------------------------------------------------------------------------- /screen1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alanaktion/php-landing/HEAD/screen1.png -------------------------------------------------------------------------------- /screen2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alanaktion/php-landing/HEAD/screen2.png --------------------------------------------------------------------------------