https://bunkr.fi/

Eingereichte URL:
https://bunkr.fi/
Bericht beendet:

Die von der Seite ausgehenden identifizierten Links

JavaScript-Variablen · 3 gefunden

Globale JavaScript-Variablen, die in das Window Object einer Seite geladen werden, sind Variablen, die außerhalb von Funktionen deklariert werden und von jeder Stelle des Codes innerhalb des aktuellen Bereichs zugänglich sind

NameTyp
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

Konsolenprotokoll-Meldungen · 9 gefunden

In der Web-Konsole protokollierte Meldungen

TypKategorieProtokoll
errornetwork
URL
https://bunkr.fi/assets/js/main.js
Text
Failed to load resource: the server responded with a status of 404 ()
errorother
URL
https://bunkr.fi/
Text
Refused to execute script from 'https://bunkr.fi/assets/js/main.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.
errornetwork
URL
https://bunkr.fi/assets/fonts/CabinetGrotesk-Bold.woff2
Text
Failed to load resource: the server responded with a status of 404 ()
errornetwork
URL
https://bunkr.fi/assets/fonts/inter.woff2
Text
Failed to load resource: the server responded with a status of 404 ()
errornetwork
URL
https://status.bunkr.ru/assets/fonts/CabinetGrotesk-Bold.woff2
Text
Failed to load resource: the server responded with a status of 404 ()
errornetwork
URL
https://status.bunkr.ru/assets/fonts/inter.woff2
Text
Failed to load resource: the server responded with a status of 404 ()
errornetwork
URL
https://bunkr.fi/favicon.ico
Text
Failed to load resource: the server responded with a status of 404 ()
warningother
URL
https://bunkr.fi/
Text
The resource https://bunkr.fi/assets/fonts/inter.woff2 was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally.
warningother
URL
https://bunkr.fi/
Text
The resource https://bunkr.fi/assets/fonts/CabinetGrotesk-Bold.woff2 was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally.

HTML

Der HTML-Rohtext der Seite

<!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>