diff options
-rw-r--r-- | about/index.php | 1 | ||||
-rw-r--r-- | footer.php | 1 | ||||
-rw-r--r-- | header.php | 1 | ||||
-rw-r--r-- | index.php | 1 | ||||
-rw-r--r-- | policies/index.php | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/about/index.php b/about/index.php index a4f9f25..0b09bfc 100644 --- a/about/index.php +++ b/about/index.php @@ -1,4 +1,3 @@ -#!/usr/bin/env php-cgi <?php include('../header.php'); ?> <section class="banner"> <h1>About Me</h1> @@ -1,4 +1,3 @@ -#!/usr/bin/env php-cgi </main> <footer> @@ -1,4 +1,3 @@ -#!/usr/bin/env php-cgi <!DOCTYPE html> <html lang="en"> @@ -1,4 +1,3 @@ -#!/usr/bin/env php-cgi <?php include('header.php'); ?> <!--banner--> <section class="banner"> diff --git a/policies/index.php b/policies/index.php index acd0aae..1fdd037 100644 --- a/policies/index.php +++ b/policies/index.php @@ -1,4 +1,3 @@ -#!/usr/bin/env php-cgi <?php include('../header.php'); ?> <section class="banner"> <h1>Policies & Procedures</h1> |