Update index.php
[clinton/MarylandElectronicPetitionSignature.git] / index.php
dissimilarity index 64%
index d6fb84d..332a7e1 100644 (file)
--- a/index.php
+++ b/index.php
@@ -1,5 +1,9 @@
-<?PHP include_once('header.php');  ?>
-<meta http-equiv="refresh" content="60">
-  <h3>Welcome!</h3>
-    Development In Progress -  Please Click Through the Menu to Review 
-<?PHP include_once('footer.php');
+<?PHP include_once('header.php');  ?>
+
+  <div class='col-sm-12' style='height:50px; text-align:center;'> Are you a Registeded Maryland Voter?</div>
+  
+  <div class='col-sm-6' style='height:50px; text-align:center;'><button type="button" class="btn btn-success">YES</button></div>
+  
+  <div class='col-sm-6' style='height:50px; text-align:center;'><button type="button" class="btn btn-danger">NO</button> </div>
+  
+<?PHP include_once('footer.php');