https://wireway.ch/

Eingereichte URL:
https://wireway.ch/
Bericht beendet:
LinkText
https://epilogue.teamEpilogue - Development team leader
https://merged.gamesMerged.games - Minecraft sever
https://shield-break.netShield Break - Minecraft server
https://time.epilogue.teamWakapi
https://github.com/obvTigerGithub
https://discord.epilogue.teamDiscord

JavaScript-Variablen · 4 gefunden

NameTyp
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
plausiblefunction

Konsolenprotokoll-Meldungen · 1 gefunden

TypKategorieProtokoll
errornetwork
URL
https://wireway.ch/favicon.ico
Text
Failed to load resource: the server responded with a status of 404 ()

HTML

<!DOCTYPE html><html lang="en"><head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=1.0, initial-scale=1.0">
    <title>Wireway Projects</title>
    <script defer="" data-domain="wireway.ch" src="https://plausible.wireway.ch/js/script.js"></script>
</head>

<body>
    <div class="content">
        <h1>Wireway Projects</h1>
        <p>I am a developer from Switzerland.</p>
        <br>
        <p>Check out my projects:</p>
        <ul>
            <li><a href="https://epilogue.team">Epilogue - Development team leader</a></li>
            <li><a href="https://kvs.wireway.ch">Key Value Store server - Free kvs storage</a></li>
            <li><a href="https://bar.wireway.ch">Bar - Simple search bar with ai features.</a></li>
            <li><a href="https://api.wireway.ch">API - Status page and api</a></li>
            <li><a href="https://merged.games">Merged.games - Minecraft sever</a></li>
            <li><a href="https://shield-break.net">Shield Break - Minecraft server</a></li>
            <li><a href="https://pulse.wireway.ch">Pulse - Mentimeter alternative</a></li>
            <li><a href="https://timelens.wireway.ch">Timelens - Time tracking software</a></li>
        </ul>


        <p>I am also hosting:</p>
        <ul>
            <li><a href="https://piped.wireway.ch">Piped</a></li>
            <li><a href="https://time.epilogue.team">Wakapi</a></li>
        </ul>


        <p>Contact me:</p>
        <ul>
            <li><a href="mailto:obvtiger@epilogue">[email protected]</a></li>
            <li><a href="https://github.com/obvTiger">Github</a></li>
            <li><a href="https://discord.epilogue.team">Discord</a></li>
        </ul>
    </div>
    <video autoplay="" muted="" loop="" id="background-video" playbackrate="0.8">
        <source src="background.mp4" type="video/mp4">
        Your browser does not support this website.
    </video>
    <script>
        document.getElementById('background-video').playbackRate = 0.8;
    </script>
    <div id="gradient-overlay"></div>

    <style>
        .content {
            position: absolute;
            margin: 40px 40px;
            z-index: 1;
        }

        li {
            margin-bottom: 5px;
        }

        body,
        html {
            margin: 0;
            padding: 0;
            height: 100%;
            overflow: hidden;
            padding: 5%;
        }

        * {
            color: white;
            font-family: Verdana, Geneva, Tahoma, sans-serif
        }

        #background-video {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            z-index: -1;
        }

        #gradient-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8));
            z-index: 0;
        }
    </style>


</body></html>