https://werner-ferstl.at/

Eingereichte URL:
https://werner-ferstl.at/
Bericht beendet:

JavaScript-Variablen · 3 gefunden

NameTyp
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

Konsolenprotokoll-Meldungen · 1 gefunden

TypKategorieProtokoll
errornetwork
URL
https://werner-ferstl.at/
Text
Failed to load resource: the server responded with a status of 404 ()

HTML

<!DOCTYPE html><html prefix="og: http://ogp.me/ns#"><head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no">
        <title>Website nicht gefunden</title>
    <link rel="icon" type="img/png" href="https://app.onepage.io/favicon_16x16.png" sizes="16x16">
    <link rel="icon" type="img/png" href="https://app.onepage.io/favicon_32x32.png" sizes="32x32">
    <link rel="icon" type="img/png" href="https://app.onepage.io/favicon_144x144.png" sizes="144x144">
    <style>
        .con-kit-site-not-found {
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
            background-color: white;
            color: #222225;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            height: 100vh;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

        .con-kit-site-not-found__wrapper {
            text-align: center;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 500px;
            max-width: 100%;
            padding: 24px;
            margin-top: -40px;
        }

        .con-kit-site-not-found__wrapper h1 {
            font-size: 40px;
            font-weight: 600;
            line-height: 1.1;
            /*font-weight: 700;*/
            margin-top: 8px;
            margin-bottom: 16px;
        }

        .con-kit-site-not-found__wrapper p {
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
            font-weight: 400;
            font-size: 18px;
            line-height: 1.4;
            margin-top: 0;
            margin-bottom: 56px;
            opacity: 0.7;
        }

        .con-kit-site-not-found__wrapper img {
            border: none;
        }

        .con-kit-site-not-found__wrapper a.con-kit-button {
            background: rgba(0,0,0,0.07);
            font-weight: 400;
            height: 54px;
            color: black;
            text-decoration: none;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 8px;
            padding: 0 32px 2px;
            box-sizing: border-box;
            transition: background-color 0.3s ease;
        }

        .con-kit-site-not-found__wrapper a.con-kit-button:hover {
            background: rgba(0,0,0,0.1);
        }
    </style>
</head>
<body style="margin: 0;">
        <div class="con-kit-site-not-found">
        <div class="con-kit-site-not-found__wrapper">
            <h1 style="text-align: center;">Website nicht gefunden</h1>
            <p style="text-align: center;">Diese Website wird nicht veröffentlicht oder wurde vom Eigentümer
                gelöscht</p>
            <a href="/" class="con-kit-button">
                Weiter zur Hauptseite
            </a>
        </div>
    </div>


</body></html>