https://brwsk.space/

Submitted URL:
https://brwsk.space/
Report Finished:

The outgoing links identified from the page

JavaScript Variables · 11 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
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
hexToRgbfunction
clampfunction
isInArrayfunction
pJSfunction
requestAnimFramefunction
cancelRequestAnimFramefunction
pJSDomobject

Console log messages · 1 found

Messages logged to the web console

TypeCategoryLog
errornetwork
URL
https://brwsk.space/favicon.ico
Text
Failed to load resource: the server responded with a status of 404 ()

HTML

The raw HTML body of the page

<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>