Add files via upload
[clinton/MarylandElectronicPetitionSignature.git] / intro.php
CommitLineData
42af63a3
PM
1<?PHP include_once('header.php'); ?>
2
42af63a3
PM
3
4 <div class='col-sm-12'> are you a registeded maryland voter </div>
5
fabffdc1 6 <div class='col-sm-6'><button type="button" class="btn btn-success">YES</button> </div>
42af63a3 7
fabffdc1 8 <div class='col-sm-6'><button type="button" class="btn btn-danger">NO</button> </div>
42af63a3
PM
9
10
11
12
13
14
15
ca3a91a6 16
42af63a3
PM
17
18<?PHP include_once('footer.php');