9 lines
302 B
PHP
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'; ?>
|