https://xkcd.com/books/

ID de l'analyse :
b31754ba-1cd8-43d4-80e6-0037e730e7b6Terminée
URL soumise :
https://xkcd.com/books/
Fin du rapport :

Liens : 0 trouvé(s)

Liens sortants identifiés à partir de la page

Variables JavaScript : 3 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

NomType
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

Messages de journal de console : 0 trouvé(s)

Messages consignés dans la console web

HTML

Le corps HTML de la page en données brutes

<!DOCTYPE html><html><head>
	<meta content="width=device-width, initial-scale=1.0" name="viewport">
	<link href="../books.css" rel="stylesheet" title="Default" type="text/css">
	<title>books by Randall Munroe</title>
</head>
<body>

<div id="books-header-wrapper">
		<h1>randall munroe: the books</h1>
</div>		
	
	<section id="all-books">
		<div id="book-wrapper">
			<div class="big-book">
				<a href="../what-if-2/"><img src="../what-if-2/whatif2-cover.png"></a>
				<div class="book-info">
					<h4><a href="../what-if-2/">What If? 2</a></h4>
					<h5>More Serious Scientific Answers to Absurd Hypothetical Questions</h5>
					<p><a href="../what-if-2/">more info &gt;</a></p>
				</div>
			</div>

			<div class="big-book">
				<a href="../how-to/"><img src="../how-to/howto-cover.png"></a>
				<div class="book-info">
					<h4><a href="../how-to/">How To</a></h4>
					<h5>Absurd Scientific Advice for Common Real-World Problems</h5>
					<p><a href="../how-to/">more info &gt;</a></p>
				</div>
			</div>

			<div class="big-book">
				<a href="../thing-explainer"><img src="../thing-explainer/thingexplainer-cover.png"></a>
				<div class="book-info">
					<h4><a href="../thing-explainer/">Thing Explainer</a></h4>
					<h5>Complicated Stuff in Simple Words</h5>
					<p><a href="../thing-explainer/">more info &gt;</a></p>
				</div>
			</div>
			<div class="big-book">
				<a href="../what-if"><img src="../what-if/whatif-cover.png"></a>
				<div class="book-info">
					<h4><a href="../what-if">What If?</a></h4>
					<h5>Serious Scientific Answers to Absurd Hypothetical Questions</h5>
					<p><a href="../what-if/">more info &gt;</a></p>
				</div>
			</div>
		</div>
	</section>
	
	<footer>
		<div id="footer-wrapper">
			<ul>
				<li><a href="http://xkcd.com/">xkcd.com</a></li>
				<li><a href="https://whatif.xkcd.com/feed.atom">what if? feed</a></li>
				<li><a href="https://xkcd.com/newsletter/">subscribe via email</a></li>
			</ul>
			<p>©2022 <a href="http://xkcd.com">xkcd, inc.</a></p>
		</div>
	</footer>


</body></html>