- ID de exploración:
- ae7fdd3e-5485-48c7-9e3b-6aeb7fb39155Finalizado
- URL enviada:
- https://gn0rrbitberrenbur.github.io/
- Informe finalizado:
Enlaces: 0 encontrados
Los enlaces salientes identificados en la página
Variables JavaScript: 6 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
Nombre | Tipo |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
toggle | function |
getLightState | function |
loadQuote | function |
Mensajes de registro de la consola: 2 encontrados
Mensajes registrados en la consola web
Tipo | Categoría | Registro |
---|---|---|
warning | other |
|
error | network |
|
HTML
El cuerpo HTML sin procesar de la página
<html lang="en"><head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Chris' Website</title>
<script src="javascript/colourModeToggle.js"></script><script src="javascript/quotes.js"></script></head>
<body onload="getLightState(); loadQuote()">
<nav>
<a href="/index.html">/home/</a>
<a href="/blog/blogIndex.html">/blog/</a>
<a href="/about/aboutIndex.html">/about/</a>
<a href="/tools/toolsIndex.html">/tools/</a>
<a id="lightsToggle" ,="" onclick="toggle()" "="">/lights on/</a>
</nav>
<br>
<br>
<br>
<h1 class="LandingHeader">
Chris' Page
</h1>
<hr class="SeparatorLine">
<br>
<p class="LandingText">
My name is Chris, and I'm a Computer enthusiast. My interests span computer science, natural sciences, and economics.
Currently, I'm completing an apprenticeship in CS. In my free time, you can find me programming, hiking,
running, reading, and cooking. This website was created as a way to teach myself some web development.
Oh and here's a random stoic quote for you:
</p>
<br>
<div class="quote" id="quote" onclick="loadQuote()">What's the good of dragging up sufferings which are over, of being unhappy now just because you were then?</div>
<div class="author" id="author">— Seneca —</div>
<hr class="SeparatorLine">
<p class="SiteEnding">made with ❤ using pure html, css and javascript</p>
</body></html>