Update index.php
[clinton/MarylandElectronicPetitionSignature.git] / index.php
dissimilarity index 77%
index 35ab35b..332a7e1 100644 (file)
--- a/index.php
+++ b/index.php
@@ -1,14 +1,9 @@
-<?PHP
-include_once('/var/www/secure.php'); //outside webserver
-
-include_once('header.php');
-
-?>
-
-<div class="container">
-  
-  bootstrap online
-  
-</div>
-
-<?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');