36739-vm/ki-check.php
Flatlogic Bot 646bd7a199 V4
2025-12-07 22:02:28 +00:00

15 lines
298 B
PHP

<?php
include 'includes/header.php';
?>
<div class="questionnaire-container">
<div class="welcome-screen">
<h1>AI Readiness Check</h1>
<p>This is the welcome screen.</p>
<button class="btn-start">Start</button>
</div>
</div>
<?php
include 'includes/footer.php';
?>