File: /var/www/html/triad-infosec/wp-content/plugins/autoupdater/tmpl/offline.tmpl.php
<?php function_exists('add_action') or die;
// WARNING!
// Do not modify this file. It will be overwritten after the plugin update.
// To customize this template file, first copy it to wp-content/autoupdater/tmpl/offline.tmpl.php
// Do not remove the tag <meta name="autoupdater" content="maintenance">
?><html>
<head>
<title><?php esc_html_e('Site is offline', 'autoupdater'); ?></title>
<meta name="autoupdater" content="maintenance">
<style type="text/css">
body {
background: #f1f1f1;
color: #444;
font-family: "Open Sans", sans-serif;
font-size: 14px;
}
#content {
width: 400px;
padding: 8% 0 0;
margin: auto;
}
#wrapper {
padding: 20px 10px 25px;
border-left: 4px solid #00a0d2;
background-color: #fff;
-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
}
</style>
</head>
<body>
<div id="content">
<div id="wrapper">
<h2 style="text-align: center"><?php esc_html_e('This site is currently undergoing scheduled maintenance.', 'autoupdater'); ?></h2>
<p style="text-align: center"><?php esc_html_e('Please try back soon!', 'autoupdater'); ?></p>
</div>
</div>
</body>
</html>