diff options
Diffstat (limited to 'src/app/Views/home')
| -rw-r--r-- | src/app/Views/home/index.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/app/Views/home/index.php b/src/app/Views/home/index.php new file mode 100644 index 0000000..f5cde93 --- /dev/null +++ b/src/app/Views/home/index.php @@ -0,0 +1,3 @@ +<?php // Home page: displays a welcome message and database connection status.?> +<h1>Welcome to Camagru</h1> +<p>Database status: <?= htmlspecialchars($dbStatus) ?></p> |
