1
1
mirror of https://github.com/neosubhamoy/neosubhamoy-portfolio.git synced 2025-12-19 20:33:06 +05:30

(feat): added privacy policy page

This commit is contained in:
2023-12-11 23:52:12 +05:30
parent 27403ffaef
commit 3823d8feef
5 changed files with 327 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ $serverRoutes = [
'/projects' => 'projects.php',
'/blog' => 'blog.php',
'/contact' => 'contact.php',
'/privacy-policy' => 'policy.php',
];
$devRoutes = [
@@ -16,6 +17,7 @@ $devRoutes = [
'/neosubhamoy/htdocs/projects' => 'projects.php',
'/neosubhamoy/htdocs/blog' => 'blog.php',
'/neosubhamoy/htdocs/contact' => 'contact.php',
'/neosubhamoy/htdocs/privacy-policy' => 'policy.php',
];
if ($host == "localhost" || $host == "192.168.29.177") {