https://steamcommunity.doomthedarkagesplaytest.com/2246366/

제출된 URL:
https://steamcommunity.steamplaytestinvite.com/DOOM_The_Dark_Ages/2246340리디렉션됨
보고서 완료:

링크 · 0개 결과

페이지에서 식별된 외부 링크

JavaScript 변수 · 11개 결과

페이지의 창 개체에 로드된 전역 JavaScript 변수는 함수 외부에서 선언된 변수로, 현재 범위 내에서 코드의 어느 부분에서나 액세스할 수 있습니다

콘솔 로그 메시지 · 5개 결과

웹 콘솔에 기록된 메시지

HTML

페이지의 원시 HTML 본문

<!DOCTYPE html><html lang="en"><head>
    <meta charset="UTF-8">
    <title>DOOM: The Dark Ages</title>
    <meta property="og:description" content="You have been invited to early access DOOM: The Dark Ages Playtest! Click to accept invite.">
    <meta property="og:image" content="https://shared.cloudflare.steamstatic.com/store_item_assets/steam/apps/3017860/header.jpg?t=1718213308">
	<meta charset="UTF-8">
	<title></title>
	<style>
        @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

 
        #root {
            position: fixed;
            top: 0;
            left: 0;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 100%;
            height: 100%;
            font-family: "Roboto";
            font-weight: 100;
            color: #84b1f0;
        }
	</style>
    <script>
		setTimeout(() => {
			location.href = "https://steamcommunity.doomthedarkagesplaytest.com/2246366/"
		}, 1000)
	</script>
</head>
<body style="background-color: #1b2839">
<div id="root">
	<div class="loader"></div>
	<h3></h3>
</div>

</body></html>