Update index.php
[clinton/MarylandElectronicPetitionSignature.git] / index.php
1 <?PHP include_once('header.php'); ?>
2
3 <div class='col-sm-12' style='height:50px; text-align:center;'> Are you a Registeded Maryland Voter?</div>
4
5 <div class='col-sm-6' style='height:50px; text-align:center;'><button type="button" class="btn btn-success">YES</button></div>
6
7 <div class='col-sm-6' style='height:50px; text-align:center;'><button type="button" class="btn btn-danger">NO</button> </div>
8
9 <?PHP include_once('footer.php');