https://bunkr.fi/

URL inviato:
https://bunkr.fi/
Report terminato:

I link in uscita identificati dalla pagina

Variabili JavaScript · 3 trovate

Le variabili JavaScript globali caricate sull'oggetto finestra di una pagina sono variabili dichiarate all'esterno delle funzioni e accessibili da qualsiasi punto del codice nell'ambito corrente

NomeTipo
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

Messaggi di log della console · 4 trovati

Messaggi registrati nella console Web

TipoCategoriaLog
errornetwork
URL
https://bunkr.fi/assets/fonts/CabinetGrotesk-Bold.woff2
Testo
Failed to load resource: the server responded with a status of 404 ()
errornetwork
URL
https://bunkr.fi/assets/fonts/inter.woff2
Testo
Failed to load resource: the server responded with a status of 404 ()
errornetwork
URL
https://status.bunkr.ru/assets/fonts/CabinetGrotesk-Bold.woff2
Testo
Failed to load resource: the server responded with a status of 404 ()
errornetwork
URL
https://status.bunkr.ru/assets/fonts/inter.woff2
Testo
Failed to load resource: the server responded with a status of 404 ()

HTML

Il corpo HTML non elaborato della pagina

<!DOCTYPE html><html lang="en" class="dark"><head>
	<meta charset="utf-8">
	<title>bunkr</title>
	<meta name="Description" content="bunkr">
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<link rel="preload" href="./assets/fonts/inter.woff2" as="font" type="font/woff2" crossorigin="">
	<link rel="preload" href="./assets/fonts/CabinetGrotesk-Bold.woff2" as="font" type="font/woff2" crossorigin="">
	<link rel="stylesheet" href="https://status.bunkr.ru/home.css">
</head>
<body>

	<div class="ttwp dark">
		<div class="cont flex-1 flex items-center justify-center">
			<div class="grid auto-rows-max gap-4 sm:gap-8 py-16 w-full max-w-lg">
				<figure class="flex justify-center">
					<img class="h-12 w-auto dark:hidden" width="40" height="36" src="https://status.bunkr.ru/icon.svg" alt="bunkr">
					<img class="h-12 w-auto hidden dark:block" width="40" height="36" src="https://status.bunkr.ru/icon.svg" alt="bunkr">
				</figure>
				<div class="grid auto-rows-max gap-4 bg-mute rounded-lg px-4 py-8 sm:px-8 sm:py-16">
					<div class="text-center">
						<h1 class="text-3xl text-lead font-bold font-cabinet tracking-tight py-1">The free-for-all File Hosting.</h1>
						<p class="text-lg text-subs font-medium">Running in private mode.</p>
					</div>
					<div class="text-center grid auto-rows-max gap-2 mt-4">
						<p>
							<a class="btn btn-main btn-lg px-6 rounded-full ic-user-01 ic-before before:text-xl" href="/auth">Login to upload</a>
						</p>
						<p class="text-xs">Maximum upload size per file is <span class="font-semibold">2 GB</span></p>
					</div>
				</div>
				<p class="text-end sm:-mt-4">
					<a class="btn btn-main-light rounded-full ic-message-question-circle ic-before before:text-lg" href="/faq">FAQ</a>
				</p>
			</div>
		</div>
	</div>

	<!-- script -->
	<script src="assets/js/main.js"></script></body></html>