LRR/Student.php

15 lines
243 B
PHP
Raw Permalink Normal View History

2023-08-03 15:31:38 +08:00
<?php
$page = "student";
include 'Header.php';
?>
<br><br><br>
<div class="row" style="width:80%;margin:auto;">
<div class="col-md-6">
<h1> Student account created. Now you can browse the course portal. </h1>
</div>
</div>