- Scan ID:
- 892218aa-898f-448e-97a7-6fcd68c57eedFinished
- Submitted URL:
- https://t.co/BUx4i0I2nP
- Report Finished:
Links · 0 found
The outgoing links identified from the page
JavaScript Variables · 3 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 |
Console log messages · 1 found
Messages logged to the web console
Type | Category | Log |
---|---|---|
error | network |
|
HTML
The raw HTML body of the page
<!--
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>