aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/Views/home/index.php
blob: f5cde930f3f61c7005831a949fdd0a94951e2a79 (plain)
1
2
3
<?php // Home page: displays a welcome message and database connection status.?>
<h1>Welcome to Camagru</h1>
<p>Database status: <?= htmlspecialchars($dbStatus) ?></p>