Create intro.php
authorPatrick McGuire <insidenothing@gmail.com>
Mon, 4 May 2020 14:33:07 +0000 (10:33 -0400)
committerGitHub <noreply@github.com>
Mon, 4 May 2020 14:33:07 +0000 (10:33 -0400)
intro.php [new file with mode: 0644]

diff --git a/intro.php b/intro.php
new file mode 100644 (file)
index 0000000..c930593
--- /dev/null
+++ b/intro.php
@@ -0,0 +1,19 @@
+<?PHP include_once('header.php');  ?>
+
+<div class="container">
+  
+ <div class='col-sm-12'> are you a registeded maryland voter </div>
+  
+  <div class='col-sm-6'>yes </div>
+  
+  <div class='col-sm-6'>no </div>
+  
+  
+  
+  
+  
+  
+  
+</div>
+
+<?PHP include_once('footer.php');