https://devluna.de/

Submitted URL:
https://devluna.de/
Report Finished:

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

NameType
onbeforetogglestring
documentPictureInPicturestring
onscrollendstring

Console log messages · 0 found

Messages logged to the web console

HTML

The raw HTML body of the page

<!DOCTYPE html><html lang="en" class="no-scrollbar"><head>
		<meta charset="UTF-8">
		<meta name="viewport" content="width=device-width, initial-scale=1.0">
		<meta name="description" content="Diese Website ist für Links gedacht">
		<link rel="icon" href="./assets/img/icon/favicon.ico" type="image/x-icon">
		<link rel="stylesheet" href="./tailwind/style.css">
		<title>Luna | Maintenance</title>
	</head>

	<body>
		<div id="content">
			<div id="header" class="text-2xl text-center">
				<!--

					HEADER

				-->
				
				<p>Maintenance</p>
			</div>
		</div>
	

</body></html>