34613-vm/notifications.php
2025-10-03 05:34:13 +00:00

6 lines
168 B
PHP

<?php require_once '_header.php'; ?>
<h1 class="mb-4">Notifications</h1>
<p>Notification management will be implemented here.</p>
<?php require_once '_footer.php'; ?>