https://www.schall-registrierung.de/login.php

Submitted URL:
https://www.schall-registrierung.de/register.phpRedirected
Report Finished:

The outgoing links identified from the page

LinkText
https://www.schall-messen.de/impressum/Impressum
https://www.schall-messen.de/datenschutzerklaerung/Datenschutz

JavaScript Variables · 3 found

Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope

NameType
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

Console log messages · 1 found

Messages logged to the web console

TypeCategoryLog
errornetwork
URL
https://www.schall-registrierung.de/favicon.ico
Text
Failed to load resource: the server responded with a status of 404 ()

HTML

The raw HTML body of the page

<!DOCTYPE html><html><head>
    <title>Registrierung</title>

    <link rel="stylesheet" href="../css/main.css">
    <link rel="stylesheet" href="../css/login.css">

    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="author" content="P. E. Schall GmbH &amp; Co. KG - Thomas Bachmann">
</head>

<body>
    
    <form action="login.php" method="post">

        <div class="header">
            <img src="../img/PESchall.svg" id="logo" alt="P. E. Schall GmbH &amp; Co. KG">
        </div>

        <div class="main">
            <div class="language">
                <p><input type="submit" name="btnLanguageDE" id="btnLanguageDE" class="btnLanguage" value="" formnovalidate=""></p>
                <p>|</p>
                <p><input type="submit" name="btnLanguageEN" id="btnLanguageEN" class="btnLanguage" value="" formnovalidate=""></p>
            </div>

            <h1>Registrierung</h1>

            <label for="code">Ticket-Code</label>
            <input type="text" name="code" id="code" value="">

            
            <br>
            <br>
            <input type="submit" name="btnLogin" id="btnLogin" value="Login">
        </div>

        <!-- Footer -->
        
<div class="footer">
    <div class="box_50_left">
        <a href="https://www.schall-messen.de/impressum/" target="_blank">Impressum</a>
    </div>
    <div class="box_50_right">
        <a href="https://www.schall-messen.de/datenschutzerklaerung/" target="_blank">Datenschutz</a>
    </div>
</div>
    </form>



</body></html>