36947-vm/automotives.php
Flatlogic Bot 2498d9e452 Nova.1
2025-12-14 21:09:21 +00:00

20 lines
472 B
PHP

<?php
$pageTitle = 'Automotives';
require_once __DIR__ . '/includes/header.php';
?>
<div class="text-center py-5">
<h1 class="display-4">Automotives</h1>
<p class="lead">Latest news and insights from the automotive world.</p>
</div>
<div class="row">
<div class="col-12">
<div class="card p-5 text-center">
<p>This is the page for Automotives.</p>
</div>
</div>
</div>
<?php require_once __DIR__ . '/includes/footer.php'; ?>