- ID de l'analyse :
- 3a8a3df5-e4e1-4ac4-8a0a-d015ce5c3edeTerminée
- URL soumise :
- https://brwsk.space/
- Fin du rapport :
Liens : 0 trouvé(s)
Liens sortants identifiés à partir de la page
Variables JavaScript : 11 trouvée(s)
Les variables JavaScript globales chargées dans l'objet fenêtre d'une page sont des variables déclarées en dehors des fonctions et accessibles depuis n'importe quel endroit du code au sein du champ d'application actuel
Nom | Type |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
hexToRgb | function |
clamp | function |
isInArray | function |
pJS | function |
requestAnimFrame | function |
cancelRequestAnimFrame | function |
pJSDom | object |
Messages de journal de console : 1 trouvé(s)
Messages consignés dans la console web
Type | Catégorie | Enregistrement |
---|---|---|
error | network |
|
HTML
Le corps HTML de la page en données brutes
<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>