Commit realizado el 12:13:52 08-04-2024
This commit is contained in:
66
wp-content/maintenance.php
Normal file
66
wp-content/maintenance.php
Normal file
@@ -0,0 +1,66 @@
|
||||
<?php
|
||||
|
||||
// ATTENTION!
|
||||
//
|
||||
// DO NOT MODIFY THIS FILE BECAUSE IT WAS GENERATED AUTOMATICALLY,
|
||||
// SO ALL YOUR CHANGES WILL BE LOST THE NEXT TIME THE FILE IS GENERATED.
|
||||
// IF YOU REQUIRE TO APPLY CUSTOM MODIFICATIONS, PERFORM THEM IN THE FOLLOWING FILE:
|
||||
// /home5/websdevgconex/public_html/animalesplumosos.buzz/wp-content/maintenance/template.phtml
|
||||
|
||||
|
||||
$protocol = $_SERVER['SERVER_PROTOCOL'];
|
||||
if ('HTTP/1.1' != $protocol && 'HTTP/1.0' != $protocol) {
|
||||
$protocol = 'HTTP/1.0';
|
||||
}
|
||||
|
||||
header("{$protocol} 503 Service Unavailable", true, 503);
|
||||
header('Content-Type: text/html; charset=utf-8');
|
||||
header('Retry-After: 600');
|
||||
?>
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="icon" href="https://animalesplumosos.buzz/wp-content/uploads/2023/07/cropped-OIG.JxOVX7RdkbaK-32x32.jpeg">
|
||||
<link rel="stylesheet" href="https://animalesplumosos.buzz/wp-content/maintenance/assets/styles.css">
|
||||
<script src="https://animalesplumosos.buzz/wp-content/maintenance/assets/timer.js"></script>
|
||||
<title>Mantenimiento programado</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="container">
|
||||
|
||||
<header class="header">
|
||||
<h1>El sitio web se encuentra en mantenimiento.</h1>
|
||||
<h2>Lo sentimos por los problemas causados. ¡En breve volveremos a estar operativos!</h2>
|
||||
</header>
|
||||
|
||||
<!--START_TIMER_BLOCK-->
|
||||
<!--END_TIMER_BLOCK-->
|
||||
|
||||
<!--START_SOCIAL_LINKS_BLOCK-->
|
||||
<section class="social-links">
|
||||
<a class="social-links__link" href="https://www.facebook.com/cPanel" target="_blank" title="Facebook">
|
||||
<span class="icon"><img src="https://animalesplumosos.buzz/wp-content/maintenance/assets/images/facebook.svg" alt="Facebook"></span>
|
||||
</a>
|
||||
<a class="social-links__link" href="https://twitter.com/cPanel" target="_blank" title="Twitter">
|
||||
<span class="icon"><img src="https://animalesplumosos.buzz/wp-content/maintenance/assets/images/twitter.svg" alt="Twitter"></span>
|
||||
</a>
|
||||
<a class="social-links__link" href="https://instagram.com/cPanel" target="_blank" title="Instagram">
|
||||
<span class="icon"><img src="https://animalesplumosos.buzz/wp-content/maintenance/assets/images/instagram.svg" alt="Instagram"></span>
|
||||
</a>
|
||||
</section>
|
||||
<!--END_SOCIAL_LINKS_BLOCK-->
|
||||
|
||||
</div>
|
||||
|
||||
<footer class="footer">
|
||||
<div class="footer__content">
|
||||
Con la tecnología de WP Toolkit </div>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user