- 제출된 URL:
- https://fish.golf/
- 보고서 완료:
링크 · 0개 결과
페이지에서 식별된 외부 링크
JavaScript 변수 · 6개 결과
페이지의 창 개체에 로드된 전역 JavaScript 변수는 함수 외부에서 선언된 변수로, 현재 범위 내에서 코드의 어느 부분에서나 액세스할 수 있습니다
이름 | 유형 |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
date | object |
hour | number |
link | object |
콘솔 로그 메시지 · 0개 결과
웹 콘솔에 기록된 메시지
HTML
페이지의 원시 HTML 본문
<!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>