Update enter_information.php
[clinton/MarylandElectronicPetitionSignature.git] / not_a_registered_voter.php
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);?>
5 <script>document.title = "MEPS - How to Register?";</script>
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>
7
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>
11
12 <?PHP include_once('footer.php');