File manager - Edit - /home2/zetasolve/fruzipop.zetasolve.agency/wp-admin/maintenance.zip
Back
PK �P�\Z�N{ { template.phtmlnu �[��� <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width"> <link rel="icon" href="<?php echo $favicon; ?>"> <link rel="stylesheet" href="<?php echo $assetsUrl; ?>styles.css?<?php echo $startTime; ?>"> <script src="<?php echo $assetsUrl; ?>timer.js?<?php echo $startTime; ?>"></script> <title><?php echo $texts['title']; ?></title> <style>body {background-image: url("<?php echo $assetsUrl; ?>images/bg.jpg?<?php echo $startTime; ?>");}</style> </head> <body> <div class="container"> <header class="header"> <h1><?php echo $texts['header']; ?></h1> <h2><?php echo $texts['subheader']; ?></h2> </header> <!--START_TIMER_BLOCK--> <?php if (isset($timer)&& $timer['enabled'] === true): ?> <section class="timer"> <div class="timer__item"> <div class="timer__data" id="timerResultDays"></div> <div class="timer__type"><?php echo $locale['timer.days']; ?></div> </div>: <div class="timer__item"> <div class="timer__data" id="timerResultHours"></div> <div class="timer__type"><?php echo $locale['timer.hours']; ?></div> </div>: <div class="timer__item"> <div class="timer__data" id="timerResultMinutes"></div> <div class="timer__type"><?php echo $locale['timer.minutes']; ?></div> </div>: <div class="timer__item"> <div class="timer__data" id="timerResultSeconds"></div> <div class="timer__type"><?php echo $locale['timer.seconds']; ?></div> </div> </section> <script type="application/javascript"> startTimer(<?php echo $timer['days']; ?>, <?php echo $timer['hours']; ?>, <?php echo $timer['minutes']; ?>, <?php echo $startTime; ?>, <?php echo $timeShift; ?>); </script> <?php endif; ?> <!--END_TIMER_BLOCK--> <!--START_SOCIAL_LINKS_BLOCK--> <section class="social-links"> <?php foreach($socialNetworks as $network => $url): ?> <a class="social-links__link" href="<?php echo $url;?>" target="_blank" title="<?php echo ucfirst($network);?>"> <span class="icon"><img src="<?php echo $assetsUrl; ?>images/<?php echo $network;?>.svg?<?php echo $startTime; ?>" alt="<?php echo ucfirst($network);?>"></span> </a> <?php endforeach; ?> </section> <!--END_SOCIAL_LINKS_BLOCK--> </div> <footer class="footer"> <div class="footer__content"> <?php echo $locale['powered']; ?> </div> </footer> </body> </html> PK �P�\~k/�� � assets/images/instagram.svgnu �[��� <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="32" height="32"><title>Instagramm</title><path fill="#fff" d="M16 0c8.823 0 16 7.1776 16 16 0 8.8217-7.1783 16-16 16-8.8224 0-16-7.1783-16-16C0 7.1776 7.1776 0 16 0zm-.0006 19.203c-1.766 0-3.2038-1.437-3.2018-3.2036.0006-.6974.2268-1.3412.6058-1.867.5832-.807 1.5287-1.3355 2.598-1.3355 1.0684 0 2.0146.529 2.5965 1.336.3774.5256.6055 1.1695.6055 1.867 0 1.7663-1.439 3.203-3.2043 3.203zm6.9946-7.1215l-3.075.0103-.0102-3.085 2.6836-.0085.4016-.0013v3.0846zm2.1055 2.0514v-3.715c0-1.94-1.5777-3.517-3.5176-3.517H10.4172c-1.94 0-3.517 1.577-3.517 3.517v11.165c0 1.9404 1.577 3.5175 3.517 3.5175h11.165c1.9393 0 3.517-1.577 3.517-3.5176v-7.45zM20.9775 16c0-.66-.1335-1.291-.37-1.867h2.7177v7.4502c0 .9628-.783 1.7427-1.744 1.7427H10.4168c-.9622 0-1.744-.78-1.744-1.743v-7.45h2.7165c-.2345.576-.366 1.207-.366 1.867 0 2.7435 2.2318 4.9773 4.9767 4.9773 2.745 0 4.9774-2.2338 4.9774-4.9774z"/></svg>PK �P�\L��E�&