-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathno-data.html
26 lines (25 loc) · 1.01 KB
/
no-data.html
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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Data Error</title>
<link rel="shortout icon" type="image/x-icon" href="img/register-fail.png">
<meta http-equiv='refresh' content='9;URL=login.html'>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T"
crossorigin="anonymous">
</head>
</head>
<body>
<center>
<div class="row col-md-10 col-md-offset-3">
<div class="card card-body">
<center><img src="img/nodata.gif" width="200px" height="200px"></center>
<br><h3><font color="red">No Data in your Customer Channel !!!</font></h3>
<br><h4><font color="#A9A9A9">Please Login once after your product is been installed in the machine and Incubation slot starts.</font></h4>
<br><h5><font color="#A9A9A9">You will be redirected in few Seconds</font></h5>
</div>
</div>
</center>
</body>
</html>