| Server IP : 103.234.187.230 / Your IP : 216.73.216.216 Web Server : Apache System : Linux lserver42043-ind.megavelocity.net 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64 User : apache ( 48) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/dcb/notifyvisitors_push/cache/ |
Upload File : |
<!DOCTYPE html>
<!--
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
-->
<html>
<head>
<title>Offline</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="manifest" href="http://dcb.catpl.co.in/notifyvisitors_push/chrome/manifest.json">
</head>
<body style="background-color: #eee">
<style>
.flex{
display:flex;
}
.center{
align-items:center;
}
.middle{
justify-content:center;
}
.box-container{
font-family: inherit;
max-width:100vw;
height:400px;
}
@media (max-width:500px){
.box{
min-width: 200px!important;
}
}
.box{
font-family: inherit;
min-width: 500px;
box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
border-radius: 3px;
flex-direction:column;
padding: 10px 10px 30px 10px;
color: #646464;
background-color: #fff;
}
.btn-container{
flex-direction:row;
}
.btn{
font-size: 14px;
line-height: 18px;
color: #646464;
border: 1px solid #d4d1d2;
outline: none;
background-color: #ffffff;
width: 145px;
height: 35px;
cursor: pointer;
}
.btn:hover{
box-shadow: 0px 1px 4px rgba(0,0,0,.4);
}
.btn:active{
box-shadow: none!important;
}
.msg{
font-family: inherit;
font-size: 20px;
}
</style>
<div class="flex center middle box-container">
<div class="flex center middle box">
<p class="msg">You are currently working Offline</p>
<div class="btn-container flex center middle">
<button id="js-btn-back" class="btn">Go Back</button>
<button id="js-btn-home" class="btn">Home</button>
</div>
</div>
</div>
<script>
;
(function () {
var backBtn = document.getElementById('js-btn-back');
if (backBtn) {
backBtn.addEventListener('click', function (evt) {
evt.preventDefault();
history.back();
})
}
var homeBtn = document.getElementById('js-btn-home');
if (homeBtn) {
homeBtn.addEventListener('click', function (evt) {
evt.preventDefault();
location.href = '/';
})
}
})();
</script>
<div id='notifyvisitorstag'></div>
<script>
(function(n,o,t,i,f,y) {
n[i] = function() { (n[i].q = n[i].q || []).push(arguments) }; n[i].l = new Date;
n[t] = {}; n[t].auth = { bid_e : 'A6CE26EC6749702F4CB925F06A9010C4', bid : '5064', t : '420'};
n[t].async = false;
(y = o.createElement('script')).type = 'text/javascript';
y.src = "//cdn.notifyvisitors.com/js/notify-visitors-1.0.js";
(f = o.getElementsByTagName('script')[0]).parentNode.insertBefore(y, f);
})(window, document, 'notify_visitors', 'nv');
</script>
</body>
</html>