https://summer-immense-principal.glitch.me/

ID de exploración:
be389ec7-c977-4728-be9d-6d6341a7a41aFinalizado
URL enviada:
https://summer-immense-principal.glitch.me/
Informe finalizado:

Enlaces: 0 encontrados

Los enlaces salientes identificados en la página

Variables JavaScript: 3 encontradas

Las variables JavaScript globales cargadas en el objeto de ventana de una página son variables declaradas fuera de las funciones y a las que se puede acceder desde cualquier lugar del código en el ámbito actual

NombreTipo
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

Mensajes de registro de la consola: 1 encontrados

Mensajes registrados en la consola web

TipoCategoríaRegistro
errornetwork
URL
https://summer-immense-principal.glitch.me/favicon.ico
Texto
Failed to load resource: the server responded with a status of 404 ()

HTML

El cuerpo HTML sin procesar de la página

<!DOCTYPE html><html lang="en"><head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Decenter Tech</title>
    <link rel="stylesheet" href="style.css"> <!-- Link to your CSS file -->
</head>
<body>
    <h1 align="center">PERCEIVE, ACT, UNDERSTAND</h1>
    <p align="center">It's crucial that we cultivate awareness of our surroundings, which is essential for recognizing our impact on ecosystems. <i>Perception</i> involves actively observing the natural world—its patterns, relationships, and nuances—helping us see the interconnectedness of all life. <i>Acting</i> is our response to this awareness, whether through conservation, sustainable practices, or everyday choices that respect ecological balance. <i>Understanding</i> is the deeper insight we gain by interpreting what we observe, fostering an empathetic relationship with the environment. Together, these skills help us become more mindful participants in our ecosystem, noticing and responding to environmental needs in ways that support both nature and human well-being.</p>
    <hr>
    <div class="image-container">
        <div class="image-item">
            <p class="image-text">Perceive</p>
            <img src="https://cdn.glitch.global/a257783b-cebc-42cf-93cb-4be6eeac3ea7/perceive.svg?v=1731559799689" alt="Perceive">
        </div>
        <div class="image-item">
            <p class="image-text">Act</p>
            <img src="https://cdn.glitch.global/a257783b-cebc-42cf-93cb-4be6eeac3ea7/act.svg?v=1731559970537" alt="Act">
        </div>
        <div class="image-item">
            <p class="image-text">Understand</p>
            <img src="https://cdn.glitch.global/a257783b-cebc-42cf-93cb-4be6eeac3ea7/understand.svg?v=1731559810729" alt="Understand">
        </div>
    </div>
    <br>
    <br>
    <p align="center">hover over the space below and scroll…</p>
    <div class="large-text">
        <h1 style="padding-left:200px; display: inline;">THE</h1>
        <h1 style="padding-left:300px; display: inline;">ART</h1>
        <h1 style="padding-left:300px; display: inline;">OF</h1>
        <h1 style="padding-left:200px; display: inline;">NOTICING</h1>
        <h1 style="padding-left:200px; display: inline;">IS</h1>
        <h1 style="padding-left:200px; display: inline;">AN</h1>
        <h1 style="padding-left:200px; display: inline;">ACT</h1>
        <h1 style="padding-left:280px; display: inline;">OF</h1>
        <h1 style="padding-left:200px; display: inline;">SERVICE</h1>
        <h1 style="padding-left:400px; display: inline;">TO</h1>
        <h1 style="padding-left:200px; display: inline;">OUR</h1>
        <h1 style="padding-left:300px; display: inline;">ENVIRONMENT</h1>
    </div>
</body></html>