https://brwsk.space/

ID de exploración:
9ccb8d45-7217-4858-aefa-7e6e312502a3Finalizado
URL enviada:
https://brwsk.space/
Informe finalizado:

Enlaces: 0 encontrados

Los enlaces salientes identificados en la página

Variables JavaScript: 11 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
hexToRgbfunction
clampfunction
isInArrayfunction
pJSfunction
requestAnimFramefunction
cancelRequestAnimFramefunction
pJSDomobject

Mensajes de registro de la consola: 1 encontrados

Mensajes registrados en la consola web

TipoCategoríaRegistrar
errornetwork
URL
https://brwsk.space/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

<html lang="en"><head>
  <meta charset="UTF-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>stuff</title>
  <link rel="stylesheet" href="style.css">

</head>

<body>
  <div id="particles-js"><canvas class="particles-js-canvas-el" width="790" height="590" style="width: 100%; height: 100%;"></canvas></div>
  <img src="brwsk.png" alt="brwsk's pic" width="300" ,="" height="300">
  <h1>brwsk</h1>
  <p> <em>Citizen of the free world</em> </p>
  <p>math and coding. science and cosmology. and some other stuff.</p>

  <hr>

  <h3>Posts</h3>
  <ul>

    <a href="inflation.html" id="inflation-post" target="_blank" rel="noopener noreferrer">
      <li><strong>Inflation</strong> and all these keywords you hear. What do they mean?</li>
    </a>

    <br>

    <a href="smartquestions.html" id="smartquestions-post" target="_blank" rel="noopener noreferrer">
      <li>How to ask smart questions</li>
    </a>

    <br>

    <a href="whatIsThis.html" id="WTF" target="_blank" rel="noopener noreferrer">
      <li>What is this?</li>
    </a>

    <br>

    <a href="limerence.html" id="limerence" target="_blank" rel="noopener noreferrer">
      <li>Fuck this limerence</li>
    </a>

    <br>

    <a href="innerbitch.html" id="innerbitch" target="_blank" rel="noopener noreferrer">
      <li>The Inner Bitch</li>
    </a>
  </ul>

  <br>

  

  <hr>

  <div id="contact">
    <h4>
      <a href="contact.html" target="_blank" rel="noopener noreferrer">Contact</a>
    </h4>
  </div>

  <script src="./particles.min.js"> </script>
  <script src="./app.js"> </script>



</body></html>