Update header.php
[clinton/MarylandElectronicPetitionSignature.git] / not_a_registered_voter.php
CommitLineData
e5b499c6
PM
1<?PHP include_once('header.php'); ?>
2
3
4<div class='col-sm-12'>You must be a registered voter in the state of maryland to sign this petition </div>
5<div class='col-sm-12'>If you are eligible, you can register online <a href='https://voterservices.elections.maryland.gov/OnlineVoterRegistration/InstructionsStep1'>here</a></div>
6
7<div class='col-sm-12'>
8 <a href='https://voterservices.elections.maryland.gov/OnlineVoterRegistration/InstructionsStep1'>https://voterservices.elections.maryland.gov/OnlineVoterRegistration/InstructionsStep1</a>
9</div>
10
11
12 <?PHP include_once('footer.php');