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