Update index.php
[clinton/MarylandElectronicPetitionSignature.git] / not_a_registered_voter.php
1 <?PHP include_once('header.php'); ?>
2 <script>document.title = "MEPS - How to Register?";</script>
3 <div class='col-sm-12' style='height:75px; text-align:center;'><h2>You must be a registered voter in the State of Maryland to sign this petition.</h2></div>
4
5 <div class='col-sm-12' style='height:75px; text-align:center;'><h3>If you are eligible</h3></div>
6
7 <div class='col-sm-12' style='height:50px; text-align:center;'><button type="button" class="btn btn-success" onclick="window.location.href='https://voterservices.elections.maryland.gov/OnlineVoterRegistration/InstructionsStep1'">You Can Register Online Here</button></div>
8
9 <div class='col-sm-12' style='height:50px; text-align:center;'><small>https://voterservices.elections.maryland.gov/OnlineVoterRegistration/InstructionsStep1</small></div>
10
11 <?PHP include_once('footer.php');