https://qrtiger.com/

Eingereichte URL:
https://qrtiger.com/
Bericht beendet:

Die von der Seite ausgehenden identifizierten Links

LinkText
https://www.qrcode-tiger.comCreate your own QR code with logo!
https://www.qrcode-tiger.com/blogQR TIGER | Blog

JavaScript-Variablen · 3 gefunden

Globale JavaScript-Variablen, die in das Window Object einer Seite geladen werden, sind Variablen, die außerhalb von Funktionen deklariert werden und von jeder Stelle des Codes innerhalb des aktuellen Bereichs zugänglich sind

NameTyp
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

Konsolenprotokoll-Meldungen · 0 gefunden

In der Web-Konsole protokollierte Meldungen

HTML

Der HTML-Rohtext der Seite

<html><head>
    <meta charset="utf-8">
    <title>QR TIGER</title>
    <meta name="robots" content="noindex, nofollow">   
    <meta content="width=device-width, initial-scale=1" name="viewport">
    <meta name="facebook-domain-verification" content="dkpx7ilnvrtabe60hkxbi29wumv15e">
    <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
    <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">
    <link href="https://fonts.googleapis.com/css?family=Merriweather:700" rel="stylesheet">
    <link rel="icon" href="https://media.qrtiger.com/images/QRtiger/favicon.ico" sizes="any">
    <style>
    body {
        font-family: Merriweather;
    }
    a{
        color: #ffffff;
        font-size: 1.25rem;
    }
    a:hover{
        color: #e2e2e2;
    }
    a .fab{
        font-size: 60px;
    }
    .header_top{
        background-color: #277cb5;
        scroll-padding-inline: 0px;
    }
    </style>
    </head>
    <body>
        
        <div class="container-fluid header_top d-flex justify-content-center">
            <a href=""><img src="https://media.qrtiger.com/images/QRtiger/logo.png" alt="QR TIGER" class="my-2" height="30px"></a>
        </div>
        <div class="container-fluid d-flex justify-content-center">
            <div class="d-flex flex-column">
                <div class="card text-center mt-5">
                    <div class="card-body p-5">
                        <h3 class="card-subtitle text-dark my-3">Choose from the following options</h3>
                        <a href="https://www.qrcode-tiger.com"><h6 class="card-subtitle text-info my-4">Create your own QR code with logo!</h6></a>
                        <a href="https://www.qrcode-tiger.com/blog"><h6 class="card-subtitle text-info my-4">QR TIGER | Blog</h6></a>
                        <a href="mailto:[email protected]?Subject="><h6 class="card-subtitle text-info my-4">Contact support</h6></a>
                    </div>
                </div>
                <h6 class="text-center text-muted mt-3">This service is provided by QR TIGER</h6>
            </div>
        </div>
        
    
</body></html>