Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
Update privacy_content.php
Browse files Browse the repository at this point in the history
  • Loading branch information
crimsonstrife committed Dec 28, 2023
1 parent a582a77 commit 522ddf2
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions public/pages/privacy_content.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?php

/**
* This is the content for the privacy policy page of the website
* it uses the markdown format to display the content
*
* Author: Patrick Barnhardt
* Author Email: pbarnh1@wgu.edu
* Date: 12/28/2023
*
* @package RYM2
* Filename: privacy_content.php
* @version 1.0.0
* @requires PHP 7.2.5+
* @requires Bootstrap 5.3.2+
* @requires Font Awesome 6.4.2+
* @requires jQuery 3.7.1+
*/

//include the header
include_once('header.php');
?>

<?php include_once('footer.php'); ?>

0 comments on commit 522ddf2

Please sign in to comment.