- ID scansione:
- 56cdcc03-d0bd-4ac7-be22-c3485fcbff30Fatto
- URL inviato:
- https://fish.golf/
- Report terminato:
Link · 0 trovati
I link in uscita identificati dalla pagina
Variabili JavaScript · 6 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
Nome | Tipo |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
date | object |
hour | number |
link | object |
Messaggi di log della console · 0 trovati
Messaggi registrati nella console Web
HTML
Il corpo HTML non elaborato della pagina
<!DOCTYPE html><html lang="en"><head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Anti-AI meta tags from https://github.com/healsdata/ai-training-opt-out -->
<!-- The Common Crawl dataset. Used by GPT-3 (and GPT-3.5) and available for others. -->
<meta name="CCBot" content="nofollow">
<!-- Used by DeviantArt, ArtStation, etc. based on opt-in or opt-out -->
<meta name="robots" content="noai, noimageai">
<!-- TDM Metadata in HTML Content -->
<meta name="tdm-reservation" content="1">
<link rel="icon" href="fish.svg">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="index.css">
<script src="index.js"></script><link rel="stylesheet" type="text/css" href="night.css">
<title>Fish Golf</title>
</head>
<body class="mountain-banner">
<div id="clouds">
<div class="cloud x1"></div>
<!-- Time for multiple clouds to dance around -->
<div class="cloud x2"></div>
<div class="cloud x3"></div>
<div class="cloud x4"></div>
<div class="cloud x5"></div>
</div>
<div class="overlay-1"></div>
<div class="overlay-2"></div>
<main>
<h1>Welcome to Fish Golf!</h1>
<p>
It's been a rough time in here and we're glad you landed to save
the day. I'm an Amazon server at Boardman, Oregon, working for
Porkbun to provide you this static piece of shit. They call me
<a href="https://iplookup.flagfox.net/?ip=35.155.7.183&host=fish.golf">35.155.7.183</a>.
</p>
<br>
<p>
No, honestly. Don't expect anything worthwile here; I checked
every subdomain and it's all silly useless pages. Trully the
human who made this was either crazy or very bored. Anyway, feel
free to <a href="https://surf.fish.golf">browse</a>.
</p>
</main>
</body></html>