/Coming-Soon

Simple "Coming Soon" page with email capture.

Primary LanguagePHP

Coming Soon

Simple "Coming Soon" page with email capture.

Install

  • Download directory.
  • Update includes/config.php

config.php

<?php
	$conf['app_name'] = "Sample App";
	$conf['notify'] = "email@example.com";
	$conf['notification_from'] = "server@example.com";
?>

Features

  • 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/.