2020-09-26 20:08:39 +08:00
|
|
|
<?php
|
2021-10-20 23:13:50 +08:00
|
|
|
$page = "student";
|
2020-09-26 20:08:39 +08:00
|
|
|
include 'Header.php';
|
|
|
|
|
|
|
|
?>
|
|
|
|
|
|
|
|
<br><br><br>
|
|
|
|
|
|
|
|
<div class="row" style="width:80%;margin:auto;">
|
2021-10-20 23:13:50 +08:00
|
|
|
|
2020-09-26 20:08:39 +08:00
|
|
|
<div class="col-md-6">
|
2023-01-19 18:30:04 +08:00
|
|
|
<h1> Student Account Created. Now you can Browse Course Portals </h1>
|
2020-09-26 20:08:39 +08:00
|
|
|
</div>
|
|
|
|
|
2021-10-20 23:13:50 +08:00
|
|
|
</div>
|