https://estado.deugub.com/

Submitted URL:
https://estado.deugub.com/
Report Finished:

The outgoing links identified from the page

LinkText
https://docs.deugub.com/Documentos del juego
https://gotham.deugub.com/Foro de discusión
https://tienda.deugub.com/Tienda

JavaScript Variables · 5 found

Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope

NameType
0object
1object
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

Console log messages · 0 found

Messages logged to the web console

HTML

The raw HTML body of the page

<!DOCTYPE html><html lang="es"><head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Deugub — Estado</title>
    
    <link rel="icon" href="https://deugub.com/omp/images/omp/favicon.ico" type="image/x-icon">
    <meta name="description" content="La página del estado de los servicios de Deugub. Aquí te enterarás de las interrupciones en tiempo real y podrás visualizar un historial de situaciones.">
    
    <style>
        /* Estilos generales basados en wiki.deugub.com */
        html, body {
            margin: 0;
            padding: 0;
            height: 100%;
            font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
            font-size: 0.8rem;
            color: #d4d4d4;
            background-color: #181a1b;
        }

        /* Contenedor que ocupa el 100% de la pantalla */
        .container {
            display: flex;
            flex-direction: column;
            height: 100%;
        }

        /* El iframe ocupa el espacio restante */
        iframe {
            flex: 1;
            width: 100%;
            border: none;
        }

        footer {
            background-color: #1b1e1f; /* Fondo oscuro */
            color: #d4d4d4; /* Texto gris claro */
            text-align: center;
            padding: 20px 0; /* Espaciado vertical */
            font-size: 17px;
        }
        footer a {
            color: #3085ee; /* Color azul para los enlaces */
            text-decoration: none;
        }
        footer a:hover {
            color: #126bd9;
            text-decoration: underline;
        }
        footer span {
            display: block;
            margin-top: 10px;
            font-size: 17px;
            color: #ccc;
        }
    </style>
</head>
<body>
    <div class="container">
        <iframe src="https://deugub.statuspage.io/" style="overflow:auto;" frameborder="0">
            Tu navegador no soporta este contenido.
        </iframe>
        
    <footer>
        <a href="https://docs.deugub.com/" title="Documentos e información sobre el juego" class="external-link">Documentos del juego</a> —
        <a href="https://gotham.deugub.com/" title="Visita el foro de Deugub" class="external-link">Foro de discusión</a> —
        <a href="https://tienda.deugub.com/" title="Tienda oficial de Deugub" class="external-link">Tienda</a>
        <br>
        <br>
        <span id="elCopyright_userLine">Deugub<br>2015 ~ 2024</span>
    </footer>
    
    <script>
        // Asignar evento a todos los enlaces con clase 'external-link'
        document.querySelectorAll('.external-link').forEach(link => {
            link.addEventListener('click', function(event) {
                event.preventDefault(); // Prevenir la acción predeterminada
                window.open(this.href, '_blank'); // Abrir en una nueva pestaña
            });
        });
    </script>


    </div>
<script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'8d0a9e797ad02fa7',t:'MTcyODYwNTM0MS4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script><iframe height="1" width="1" style="position: absolute; top: 0px; left: 0px; border: none; visibility: hidden;"></iframe>

</body></html>