-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmessage.php
23 lines (22 loc) · 835 Bytes
/
message.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<html>
<head>
<title>BIT CERTIFICAITE</title>
<meta name="viewport" content="width=device-width , initial-scale=1.0">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link href="css/login.css" rel="stylesheet">
</head>
<body>
<div class="form-signin" role="form" style="">
You have Logged off Please Log in to continue <br>
(You can not do anything without logging in)
<input type="button" onclick='window.location.assign("index.php");' class="btn btn-lg btn-success btn-block" id="bitbutton" value="login">
</div>
</center>
</div>
<!-- script jquery and bootstrap for faster loading of the page-->
<script src="js/jquery.js"></script>
<script src="js/bootstrap.js"></script>
<!-- script jquery and bootstrap for faster loading of the page-->
</body>
</html>