Server : Apache/2.4.43 (Win64) OpenSSL/1.1.1g PHP/7.4.6 System : Windows NT USER-PC 6.1 build 7601 (Windows 7 Professional Edition Service Pack 1) AMD64 User : User ( 0) PHP Version : 7.4.6 Disable Function : NONE Directory : C:/Program Files/Avast Software/Avast/gui_resources/default_av/ |
<html> <head> <style> html { height: 100%; max-height: 100%; padding: 0; margin: 0; border: 0; font-family: "Open Sans", "Segoe UI", Arial, Helvetica, sans-serif !important; background-color: #353f59; } body { width: 100%; height: 100%; overflow: hidden; padding: 0; margin: 0; color: #fff; } * { box-sizing: border-box; } #message { width: 500px; height: 340px; font-size: 14px; position: absolute; top: 50%; left: 50%; margin-top: -170px; /* Half the height */ margin-left: -250px; /* Half the width */ text-align: center; } #image { margin-bottom: 30px } h3 { font-size: 18px; text-align: center; font-weight: normal; margin: 0 auto; display: block; padding: 0 0 5px; } p { font-size: 13px; text-align: center; font-weight: normal; margin: 0 auto; display: block; color: #b9bcc6; } .av_button { margin: 30px 4px 0px; background-image: none; background-color: #0cb754; font-size: 16px; font-weight: bold; text-transform: uppercase; white-space: nowrap; padding: 14px 25px 13px; line-height: 1.3; color: white; cursor: pointer; border: 0; border-radius: 2px; } .av_button:hover { background-color: #09873e; } .av_button.-secondary { background-color: transparent; color: inherit; border: solid 1px; } .av_button.-secondary:hover { background-color: rgba(134,137,164,0.3); } </style> </head> <body onload="visitDOM()"> <div id="message"> <img id="image" src="offline.png" /> <h3 IDS="8620">The online content is unavailable</h3> <p IDS="8621">Please, check your internet connection and try again.</p> <button class="av_button" onclick="app.asyncCall('window.reload', function(response){});" IDS="8530">Reload</button> <button class="av_button -secondary" onclick="app.asyncCall('window.close', function(response){});" IDS="6019">Close</button> </div> </body> </html>