- Scan ID:
- e7f22de3-8edf-4ad4-a8c5-dfbc3babff4cFinished
- Submitted URL:
- https://qr1.be/385C
- Report Finished:
Links · 1 found
The outgoing links identified from the page
Link | Text |
---|---|
https://www.qrcode-tiger.com |
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
Name | Type |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
Console log messages · 0 found
Messages logged to the web console
HTML
The raw HTML body of the page
<html><head>
<meta charset="utf-8">
<title>QR TIGER</title>
<meta name="robots" content="index, follow">
<meta content="width=device-width, initial-scale=1" name="viewport">
<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;
background: #e3e3e3;
}
a{
color: #6c757d;
font-size: 1.25rem;
}
a:hover{
color: #000;
}
a .fab{
font-size: 60px;
}
</style>
</head>
<body>
<div class="container-fluid">
<div class="row">
<div class="col-md-8 col-sm-12 offset-md-2">
<div class="card border-0 shadow mb-5 p-5 bg-white rounded text-center" style="margin-top: 90px;">
<a href="https://www.qrcode-tiger.com">
<img src="https://media.qrtiger.com/images/QRtiger/logo.png" alt="QR TIGER" height="60px">
</a>
<div class="card-body p-2">
<h2 class="card-title text-info mt-3">QR Code Expired</h2>
<h6 class="card-subtitle text-muted my-2">Sorry, this account has been blocked due to some suspicious activity</h6>
</div>
</div>
</div>
</div>
</div>
</body></html>