Update index.php
[clinton/MarylandElectronicPetitionSignature.git] / index.php
dissimilarity index 97%
index 80d28b7..332a7e1 100644 (file)
--- a/index.php
+++ b/index.php
@@ -1,7 +1,9 @@
-<?PHP
-include_once('/var/www/secure.php'); //outside webserver
-
-die('online');
-
-
-?>
+<?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');