https://ewep.dev/

URL inviato:
https://ewep.dev/
Report terminato:
LinkTesto
https://discord.com/users/xtc42@xtc42
https://www.twitch.tv/PotFriend42@PotFriend42
https://steamcommunity.com/id/dontlookatmyidpls/xtc

Variabili JavaScript · 3 trovate

NomeTipo
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

Messaggi di log della console · 0 trovati

HTML

<!DOCTYPE html><html lang="en"><head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>🐛 site under development</title>
    
    <!-- Open Graph Meta Tags -->
    <meta property="og:title" content="ewep.dev">
    <meta property="og:description" content="site under development... Feel free to contact me on Discord!">
    <meta property="og:image" content="https://ewep.dev/lobotomy.gif">
    <meta property="og:url" content="https://ewep.dev">
    <meta property="og:type" content="website">

    <!-- Link to Montserrat Font -->
    <link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400&amp;display=swap" rel="stylesheet">

    <!-- Favicon Links -->
    <link rel="icon" type="image/png" sizes="512x512" href="myfavicon/web-app-manifest-512x512.png">
    <link rel="icon" type="image/png" sizes="192x192" href="myfavicon/web-app-manifest-192x192.png">
    <link rel="icon" type="image/svg+xml" href="myfavicon/favicon.svg">
    <link rel="icon" type="image/x-icon" href="myfavicon/favicon.ico">
    <link rel="icon" type="image/png" sizes="48x48" href="myfavicon/favicon-48x48.png">
    <link rel="apple-touch-icon" sizes="180x180" href="myfavicon/apple-touch-icon.png">
    <link rel="manifest" href="myfavicon/site.webmanifest">

    <style>
        body {
            background-color: #0a0a0a;
            color: #ffffff;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            height: 100vh;
            margin: 0;
            font-family: 'Montserrat', sans-serif;
            text-align: center; /* Center the text horizontally */
        }
        h1 {
            margin: 10px 0;
        }
        .contact-info, .links {
            margin: 10px 0; /* Set a uniform margin for both sections */
            font-size: 16px; /* Increase font size for better readability */
        }
        a {
            color: #178bff;
            text-decoration: none;
        }
        .link-item {
            margin: 1px 0;
        }
    </style>
</head>
<body>

    <img src="lobotomy.gif" alt="Loading GIF" width="300">
    <h1>site under development...</h1>

    <div class="contact-info">
        <p>Feel free to contact me on Discord!</p>
    </div>

    <div class="links">
        <div class="link-item">Discord: <a href="https://discord.com/users/xtc42" target="_blank">@xtc42</a></div>
        <div class="link-item">Twitch: <a href="https://www.twitch.tv/PotFriend42" target="_blank">@PotFriend42</a></div>
        <div class="link-item">Steam: <a href="https://steamcommunity.com/id/dontlookatmyidpls/" target="_blank">xtc</a></div>
    </div>



</body></html>