GarciaGArturo / Coming-Soon

Simple "Coming Soon" page with email capture.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple "Coming Soon" page with email capture.


Languages

Language:PHP 44.8%Language:CSS 44.5%Language:JavaScript 10.6%