- Scan ID:
- 56cdcc03-d0bd-4ac7-be22-c3485fcbff30Finished
- Submitted URL:
- https://fish.golf/
- Report Finished:
Links · 0 found
The outgoing links identified from the page
JavaScript Variables · 6 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 |
date | object |
hour | number |
link | object |
Console log messages · 0 found
Messages logged to the web console
HTML
The raw HTML body of the page
<!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>