Merge pull request #25 from insidenothing/insidenothing-patch-1
[clinton/MarylandElectronicPetitionSignature.git] / not_a_registered_voter.php
CommitLineData
6d99c3c6
PM
1<?PHP include_once('header.php');
2$qX = "select * from website_text where id = '3'";
3 $rX = $petition->query($qX);
4 $dX = mysqli_fetch_array($rX);?>
be8fae41 5<script>document.title = "MEPS - How to Register?";</script>
6d99c3c6 6<div class='col-sm-12' style='height:75px; text-align:center;'><h3><?PHP echo $dX['text_title'];?></h3><p><?PHP echo $dX['text_block'];?></p></div>
23cc4f29 7
31bd07b9
PM
8<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>
9
10<div class='col-sm-12' style='height:50px; text-align:center;'><small>https://voterservices.elections.maryland.gov/OnlineVoterRegistration/InstructionsStep1</small></div>
23cc4f29 11
581bd17c 12<?PHP include_once('footer.php');