Simple "Coming Soon" page with email capture.
- Download directory.
- Update
includes/config.php
<?php
$conf['app_name'] = "Sample App";
$conf['notify'] = "email@example.com";
$conf['notification_from'] = "server@example.com";
?>
- HTML5/CSS3
- Responsive design using mediaqueries
- Sends email to recipient in
includes/config.php
To view an example, visit http://forrestgrant.github.com/Coming-Soon/.