- 掃描 ID:
- 892218aa-898f-448e-97a7-6fcd68c57eed已完成
- 已提交的 URL:
- https://t.co/BUx4i0I2nP
- 報告完成時間:
連結 · 找到 0 個
從頁面中識別的傳出連結
JavaScript 變數 · 找到 3 個
在頁面的視窗物件上載入的全域 JavaScript 變數是在函數外部宣告的變數,可從目前範圍內程式碼中的任何位置存取
名稱 | 類型 |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
主控台記錄訊息 · 找到 1 條
記錄到 Web 主控台的訊息
類型 | 類別 | 記錄 |
---|---|---|
error | network |
|
HTML
頁面的原始 HTML 主體
<!--
Y\ /Y
| \ _ / |
_____ | =(_)= |
,-~" "~-. ,-~\/^ ^\/~-.
,^ ___ ___ ^. ,^ ___ ___ ^.
/ .^ ^. .^ ^. \ / .^ ^. .^ ^. \
Y l O! l O! Y Y lo ! lo ! Y
l_ `.___.' `.___.' _[ l_ `.___.' `.___.' _[
l^~"-------------"~^I l^~"-------------"~^I
!\, ,/! ! !
\ ~-.,_______,.-~ / \ /
^. .^ ^. .^ -Row
"-.._____.,-" "-.._____.,-"
--><html><head>
<title>Coming Soon</title>
<meta name="viewport" content="width=device-width,maximum-scale=1">
<style>
#container {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
-webkit-align-items: center;
}
#content {
width: 75%;
height: 75%;
text-align: center;
}
:root {
--black: #000;
--white: #fff;
}
* {
font-family: Courier, monospace;
font-size: 3vw;
padding: 0;
margin: 0;
}
p {
margin-bottom: 5vw;
}
p, input[type=email] {
color: var(--black);
background-color: var(--white);
}
form {
margin-top: 30px;
}
input {
width: 75vw;
margin-bottom: 15px;
height: 5vw;
}
#hiring {
position: absolute;
top: 0;
right: 10;
}
#hiring a {
font-size: 2vw;
}
</style>
</head>
<body>
<div id="hiring">
<a href="/jobs">Jobs</a>
</div>
<div id="container">
<div id="content">
<p>Today, game development isn't about game developers.</p>
<p>We're working to change that.</p>
<p><strong>Coming 2025</strong></p>
<form action="https://formspree.io/f/xaygboer" method="POST">
<input type="email" name="email" placeholder="Email Address" required="">
<input type="submit" value="Notify Me When You Launch">
</form>
</div>
</div>
</body></html>