LRR/Student.php

15 lines
254 B
PHP
Raw 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">
2021-10-20 23:13:50 +08:00
<h1> STUEDNT Account Created , Now you can Browse Course Portals </h1>
</div>
2021-10-20 23:13:50 +08:00
</div>