- Scan ID:
- 0195b131-c705-45c7-afd0-c47dc5d64357Finished
- Submitted URL:
- https://rt1.radeonares.com/
- Report Finished:
Links · 0 found
The outgoing links identified from the page
JavaScript Variables · 6 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 |
__reactRouterVersion | string |
FontAwesomeConfig | object |
___FONT_AWESOME___ | 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">
<script type="module" crossorigin="" src="/assets/index-BwS9NIwZ.js"></script>
<link rel="stylesheet" crossorigin="" href="/assets/index-BrgN1Ek_.css">
</head>
<body>
<div id="root"><div class="dark"><div class="w-full h-screen flex flex-col justify-center items-center"><div class="grid grid-cols-4 justify-center items-center"><div class="w-72 aspect-square flex justify-center items-center bg-primary">Primary</div><div class="w-72 aspect-square flex justify-center items-center bg-secondary">Secondary</div><div class="w-72 aspect-square flex justify-center items-center bg-third">Third</div><div class="w-full h-full bg-white flex flex-col justify-center items-center"><h1 class="text-xl text-title">Title</h1><p class="text-text">Text</p><button class="p-4 rounded-md bg-accent">Buton</button><button class="p-4 rounded-md bg-hover">Hovered Buton</button><div class="p-4 rounded-md border border-border">Border</div></div></div><div class="grid grid-cols-4 dark justify-center items-center"><div class="w-72 aspect-square text-white flex justify-center items-center dark:bg-dark-primary">Primary</div><div class="w-72 aspect-square text-white flex justify-center items-center dark:bg-dark-secondary">Secondary</div><div class="w-72 aspect-square text-white flex justify-center items-center dark:bg-dark-third">Third</div><div class="w-full h-full flex flex-col justify-center items-center text-dark-text"><h1 class="text-xl text-dark-title">Title</h1><p class="text-dark-text">Text</p><button class="p-4 rounded-md bg-dark-accent">Buton</button><button class="p-4 rounded-md bg-dark-hover">Hovered Buton</button><div class="p-4 rounded-md border border-dark-border text-dark-text">Border</div></div></div></div></div></div>
</body></html>