Simple "Coming Soon" page with email capture.
- Download directory.
- Update
includes/config.php
<?php
$conf['app_name'] = "Sample App";
$conf['notify'] = "[email protected]";
$conf['notification_from'] = "[email protected]";
?>
- 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/.