Update hard_copy.php
[clinton/MarylandElectronicPetitionSignature.git] / index.php
CommitLineData
3e5e2f67 1<?PHP include_once('header.php'); ?>
8d253be6 2
d4d50f8a 3 <div class='col-sm-12' style='height:100px; text-align:center;'><h2>Are you a Registered Maryland Voter?</h2></div>
8d253be6 4
1626f0a9 5 <div class='col-sm-6' style='height:100px; text-align:center;'><button type="button" class="btn btn-success" onclick="window.location.href='enter_information.php'">YES</button></div>
8d253be6 6
1626f0a9 7 <div class='col-sm-6' style='height:100px; text-align:center;'><button type="button" class="btn btn-danger" onclick="window.location.href='not_a_registered_voter.php'">NO</button> </div>
8d253be6 8
fbb34525 9<?PHP include_once('footer.php');