36947-vm/ai-and-tech.php
Flatlogic Bot 4be8924eba Educ8
2025-12-14 21:05:45 +00:00

16 lines
374 B
PHP

<?php
$pageTitle = 'AI & Tech Innovation';
require_once __DIR__ . '/includes/header.php';
?>
<div class="row">
<div class="col-12">
<div class="card p-5 text-center">
<h1>AI & Tech Innovation</h1>
<p>This is the page for AI & Tech Innovation.</p>
</div>
</div>
</div>
<?php require_once __DIR__ . '/includes/footer.php'; ?>