35119-vm/index.php
Flatlogic Bot f51ddd9779 V1.2
2025-10-22 16:57:42 +00:00

9 lines
302 B
PHP

<?php include 'templates/header.php'; ?>
<div class="text-center">
<h1>Welcome to coursehub</h1>
<p class="lead">The best place to find and offer courses.</p>
<a href="/register.php" class="btn btn-primary btn-lg">Register as a Provider</a>
</div>
<?php include 'templates/footer.php'; ?>