LRR/Student.php

15 lines
253 B
PHP
Raw Permalink Normal View History

<?php
2021-10-20 23:13:50 +08:00
$page = "student";
include 'Header.php';
?>
<br><br><br>
<div class="row" style="width:80%;margin:auto;">
2021-10-20 23:13:50 +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>
</div>
2021-10-20 23:13:50 +08:00
</div>