- Scan-ID:
- 2f46dbe6-1587-4edd-9935-39f8213f4a9eBeendet
- Eingereichte URL:
- https://redlife.ca/
- Bericht beendet:
Links · 0 gefunden
Die von der Seite ausgehenden identifizierten Links
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
Name | Typ |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
Konsolenprotokoll-Meldungen · 1 gefunden
In der Web-Konsole protokollierte Meldungen
Typ | Kategorie | Protokoll |
---|---|---|
error | network |
|
HTML
Der HTML-Rohtext der Seite
<!DOCTYPE html><html lang="en"><head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Redlife | Where Medicine Meets Offensive Security</title>
<style>
body, html {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
font-family: Arial, sans-serif;
background-color: #ffffff;
position: relative;
}
.slogan {
max-width: 600px;
height: auto;
transition: transform 0.3s;
}
.slogan:hover {
transform: scale(1.05);
}
.tagline {
margin-top: 10px;
font-size: 1.2em;
font-weight: bold;
color: #BF1916;
text-transform: uppercase;
letter-spacing: 2px;
text-align: center;
}
.ceo-signature {
margin-top: 15px;
font-size: 0.9em;
color: #555;
font-style: italic;
font-weight: 600;
text-align: center;
}
.coming-soon {
margin-top: 10px;
font-size: 1em;
color: #777;
text-align: center;
font-style: italic;
}
</style>
</head>
<body>
<img src="Logo.PNG" alt="Redlife Logo" class="slogan">
<div class="tagline">WHERE MEDICINE MEETS OFFENSIVE SECURITY TO SAVE LIVES</div>
<div class="ceo-signature"> <strong>Dr. Luca Demers | LLB (Hons), MD | CRTO, OSCP, OSEP</strong></div>
<div class="coming-soon">A breakthrough in healthcare security is on the horizon. Stay connected.</div>
</body></html>