- ID de l'analyse :
- 892218aa-898f-448e-97a7-6fcd68c57eedTerminée
- URL soumise :
- https://t.co/BUx4i0I2nP
- Fin du rapport :
Liens : 0 trouvé(s)
Liens sortants identifiés à partir de la page
Variables JavaScript : 3 trouvée(s)
Les variables JavaScript globales chargées dans l'objet fenêtre d'une page sont des variables déclarées en dehors des fonctions et accessibles depuis n'importe quel endroit du code au sein du champ d'application actuel
Nom | Type |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
Messages de journal de console : 1 trouvé(s)
Messages consignés dans la console web
Type | Catégorie | Enregistrement |
---|---|---|
error | network |
|
HTML
Le corps HTML de la page en données brutes
<!--
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>