https://www.jakob-haid.at/

Submitted URL:
https://jakob-haid.at/Redirected
Report Finished:

The outgoing links identified from the page

LinkText
https://www.instagram.com/jakobhaid/
https://www.linkedin.com/in/jakob-haid-944726244/

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 · 1 found

Messages logged to the web console

TypeCategoryLog
warningother
Text
Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.

HTML

The raw HTML body of the page

<!DOCTYPE html><html><head>
      	<meta charset="UTF-8">
		<title>Jakob HAID</title>
		<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
		<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
		<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
		<link rel="manifest" href="/site.webmanifest">
		<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#1b2f45">
		<meta name="msapplication-TileColor" content="#1b2f45">
		<meta name="theme-color" content="#ffffff">
		<link rel="preconnect" href="https://fonts.googleapis.com">
		<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="">
		<link href="https://fonts.googleapis.com/css2?family=Montserrat&amp;family=Raleway&amp;display=swap" rel="stylesheet">
	</head>
	<body style="background-color:#1b2f45;">
		<div style="text-align: center; width: 100%; height: 100%;">
			<div style="margin-top: 15%;"> 
				<h1 style="font-size: 5vw; color: white; font-family: Raleway;">Jakob HAID</h1>
			</div>
			<div style="margin-top: 0%;"> 
				<p style="font-size: 1.5vw; color: white; font-family: Montserrat;">HAID für morgen!</p>
			</div>
			<div style="margin-top: 18%;"> 
				<a href="https://www.instagram.com/jakobhaid/" target="_blank"><img src="insta.svg" alt="Instagram Icon"></a>
				<a href="haid-jakob_cv.pdf" target="_blank"><img src="res.png" alt="Resume Icon"></a>
				<a href="https://www.linkedin.com/in/jakob-haid-944726244/" target="_blank"><img src="linkedin.svg" alt="LinkedIn Icon"></a>
			</div>
		</div>
	
</body></html>