Update not_a_registered_voter.php
[clinton/MarylandElectronicPetitionSignature.git] / not_a_registered_voter.php
CommitLineData
e5b499c6
PM
1<?PHP include_once('header.php'); ?>
2
e98d4a0a 3<div class='col-sm-12' style='height:100px; text-align:center;'><h2>You must be a registered voter in the state of maryland to sign this petition.</h2></div>
581bd17c 4
23cc4f29
PM
5<div class='col-sm-12' style='height:100px; text-align:center;'><h3>If you are eligible</h3></div>
6
7<div class='col-sm-12' style='height:100px; text-align:center;'>If you are eligible, <button type="button" class="btn btn-success" onclick="window.location.href='https://voterservices.elections.maryland.gov/OnlineVoterRegistration/InstructionsStep1'">You Can Register Online Hhere</button></div>
8
581bd17c 9<?PHP include_once('footer.php');