https://void.dev/

ID da verificação
892218aa-898f-448e-97a7-6fcd68c57eedConcluído
URL enviado:
https://t.co/BUx4i0I2nP
Relatório concluído:

Ligações · 0 encontradas

As ligações de saída identificadas na página

Variáveis JavaScript · 3 encontradas

Variáveis JavaScript globais carregadas no objeto janela de uma página são variáveis declaradas fora das funções e acessíveis de qualquer parte do código dentro do âmbito atual

NomeTipo
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

Mensagens de registo da consola · 1 encontradas

Mensagens registadas na consola web

TipoCategoriaRegisto
errornetwork
URL
https://void.dev/favicon.ico
Texto
Failed to load resource: the server responded with a status of 404 ()

HTML

O corpo HTML em bruto da página

<!--
                              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>