A simple PHP landing page with HTMX and DaisyUI, ready to deploy on Dalang.io.
- PHP 8.3 - Server-side scripting
- HTMX 2.0 - Dynamic HTML updates without JavaScript
- DaisyUI - Tailwind CSS component library
- PHP Built-in Server - Lightweight web server
- Docker - Containerization
- Responsive landing page design
- Real-time server clock (HTMX polling)
- Interactive greeting changer (HTMX click)
- PHP version and server info display
- Clean, modern UI with DaisyUI components
# Run with PHP built-in server
php -S localhost:8000
# Or with Docker
docker build -t example-app-php .
docker run -p 8000:8000 example-app-php- Fork this repository
- Go to Dalang.io Dashboard
- Connect your GitHub account
- Select this repository
- Deploy!
MIT