- 제출된 URL:
- https://dsds.games/
- 보고서 완료:
링크 · 2개 결과
페이지에서 식별된 외부 링크
링크 | 텍스트 |
---|---|
https://twitch.tv/Mr_Shasta | Twitch |
https://www.youtube.com/@dsdestructionvods8678 | Youtube |
JavaScript 변수 · 8개 결과
페이지의 창 개체에 로드된 전역 JavaScript 변수는 함수 외부에서 선언된 변수로, 현재 범위 내에서 코드의 어느 부분에서나 액세스할 수 있습니다
이름 | 유형 |
---|---|
0 | object |
1 | object |
2 | object |
3 | object |
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
randGame | function |
콘솔 로그 메시지 · 1개 결과
웹 콘솔에 기록된 메시지
유형 | 카테고리 | 로그 |
---|---|---|
error | network |
|
HTML
페이지의 원시 HTML 본문
<!DOCTYPE html><html><head>
<meta charset="UTF-8">
<script src="/scripts/randGame.js"></script>
<link rel="stylesheet" href="/stylesheets/header.css">
<link rel="stylesheet" href="/stylesheets/home.css">
<link rel="stylesheet" href="/stylesheets/home-blue-dsds.css">
</head>
<body onload="randGame()">
<nav>
<input type="checkbox" id="checkbox">
<div class="phone-visuals">
<a class="home-link" href="/">DS Destruction</a>
<label class="label" for="checkbox">
<div class="label-div">
<div class="label-oval"></div>
<div class="label-oval"></div>
<div class="label-oval"></div>
</div>
</label>
</div>
<div class="links-wrapper">
<div class="links">
<a href="/">Home</a>
<a href="/about/">About</a>
<a href="/gameslist/">Games List</a>
<a href="/upcoming/">Upcoming Games</a>
<a href="/locked/">Locked Games</a>
<a href="/games/o8i1e" id="a-rand-game">Random Game</a>
<!--- Links to Twitch/Discord/VodChannel --->
<a href="https://twitch.tv/Mr_Shasta">Twitch</a>
<a href="https://www.youtube.com/@dsdestructionvods8678">Youtube</a>
</div>
</div>
</nav>
<div class="title-wrapper">
<div class="title-flex">
<h1>Welcome To <br> DS Destruction!</h1>
</div>
</div>
<div class="body">
<h3 id="playthrough-text">Check out the latest playthroughs!</h3>
<div class="latest-playthrough-wrapper">
<div class="latest-playthroughs">
<p><a href="/games/219/">Imagine: Fashion Designer New York</a></p>
<div class="iframe">
<iframe src="https://www.youtube.com/embed/uMar0FbzLsE" style="border:0px #ffffff none;" name="myiFrame" scrolling="no" frameborder="1" marginheight="0px" marginwidth="0px" height="400px" width="600px" allowfullscreen=""></iframe>
</div>
</div>
<div class="latest-playthroughs">
<p><a href="/games/218/">Lunar Knights</a></p>
<div class="iframe">
<iframe src="https://youtube.com/embed/iUbviFji0Wg" style="border:0px #ffffff none;" name="myiFrame" scrolling="no" frameborder="1" marginheight="0px" marginwidth="0px" height="400px" width="600px" allowfullscreen=""></iframe>
</div>
</div>
<div class="latest-playthroughs">
<p><a href="/games/217/">Dream Pinball 3D</a></p>
<div class="iframe">
<iframe src="https://www.youtube.com/embed/WS10o_179Gk" style="border:0px #ffffff none;" name="myiFrame" scrolling="no" frameborder="1" marginheight="0px" marginwidth="0px" height="400px" width="600px" allowfullscreen=""></iframe>
</div>
</div>
<div class="latest-playthroughs">
<p><a href="/games/216/">FIFA 06</a></p>
<div class="iframe">
<iframe src="https://www.youtube.com/embed/iHmfpSqNCSM" style="border:0px #ffffff none;" name="myiFrame" scrolling="no" frameborder="1" marginheight="0px" marginwidth="0px" height="400px" width="600px" allowfullscreen=""></iframe>
</div>
</div>
</div>
</div>
</body></html>