- ID de l'analyse :
- 56cdcc03-d0bd-4ac7-be22-c3485fcbff30Terminée
- URL soumise :
- https://fish.golf/
- Fin du rapport :
Liens : 0 trouvé(s)
Liens sortants identifiés à partir de la page
Variables JavaScript : 6 trouvée(s)
Les variables JavaScript globales chargées dans l'objet fenêtre d'une page sont des variables déclarées en dehors des fonctions et accessibles depuis n'importe quel endroit du code au sein du champ d'application actuel
Nom | Type |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
date | object |
hour | number |
link | object |
Messages de journal de console : 0 trouvé(s)
Messages consignés dans la console web
HTML
Le corps HTML de la page en données brutes
<!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>