Update warning_incomplete.php
[clinton/MarylandElectronicPetitionSignature.git] / warning_incomplete.php
1 <?PHP include_once('header.php'); ?>
2
3 <div class='col-sm-12' style='height:100px; text-align:center;'><h2>Voter Information Incomplete</h2></div>
4
5 <div class='col-sm-12' style='height:100px; text-align:center;'>
6 Say something about why we need the info to validate...
7 </div>
8
9 <?PHP include_once('footer.php');