- ID de exploración:
- 56cdcc03-d0bd-4ac7-be22-c3485fcbff30Finalizado
- URL enviada:
- https://fish.golf/
- Informe finalizado:
Enlaces: 0 encontrados
Los enlaces salientes identificados en la página
Variables JavaScript: 6 encontradas
Las variables JavaScript globales cargadas en el objeto de ventana de una página son variables declaradas fuera de las funciones y a las que se puede acceder desde cualquier lugar del código en el ámbito actual
Nombre | Tipo |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
date | object |
hour | number |
link | object |
Mensajes de registro de la consola: 0 encontrados
Mensajes registrados en la consola web
HTML
El cuerpo HTML sin procesar de la página
<!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>