- Scan ID:
- 46133bc7-2ff9-4522-8e9a-c2c132c94ca4Finished
- Submitted URL:
- https://bunkr.fi/
- Report Finished:
Links · 0 found
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
Name | Type |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
Console log messages · 4 found
Messages logged to the web console
Type | Category | Log |
---|---|---|
error | network |
|
error | network |
|
error | network |
|
error | network |
|
HTML
The raw HTML body of the page
<!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>