-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsystemNotice.php
36 lines (29 loc) · 950 Bytes
/
systemNotice.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?php
$dashboard_status = "active";
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<?php include("lender/head.php"); ?>
<link rel="stylesheet" href="assets/css/landing.css">
<script src="assets/js/landing.js"></script>
<title>Result Management System</title>
</head>
<body style="background: #9234eb;">
<!--Container Main start-->
<div class="container text-center" >
<div class="col-lg-9 col-md-12 col-sm-12 m-auto mt-5">
<div class="card p-4 pt-5 bg-light " style="height:90vh;" >
<h2 class="text-uppercase">Results Not Published Yet</h2>
<h1>😢😢😢</h1>
<br>
<h2><a href="https://www.drukjeganghss.bt/" class="nav-link">www.drukjeganghss.bt</a></h2>
</div>
</div>
</div>
<!--Container Main end-->
</body>
</html>