- Scan ID:
- ca95be70-5613-46c2-bdf0-7d90fe94e322Finished
- Submitted URL:
- https://xn--mnsnilsson-15a.se/nilssoncocktails/index.html
- Report Finished:
Links · 0 found
The outgoing links identified from the page
JavaScript Variables · 3 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
Name | Type |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
Console log messages · 1 found
Messages logged to the web console
Type | Category | Log |
---|---|---|
error | network |
|
HTML
The raw HTML body of the page
<!DOCTYPE html><html lang="en"><head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Exam - Måns Nilsson</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<nav class="navbar">
<div class="div-container">
<a href="#" id="home">Home</a>
<a href="#" id="search-link">Search</a>
</div>
</nav>
</header>
<main id="main-content">
<h1>Random Cocktail</h1>
<div id="cocktail">
<h2>Barracuda</h2>
<img src="https://www.thecocktaildb.com/images/media/drink/jwmr1x1504372337.jpg" alt="Barracuda" width="300">
</div>
<div class="button-container">
<button id="new-cocktail">Get New Cocktail</button>
<button id="see-more" data-id="17209">See More</button>
</div>
</main>
<script src="index.js" type="module"></script>
</body></html>