- ID de l'analyse :
- e4f25bfb-8c51-417f-b871-85444afd453aTerminée
- URL soumise :
- https://477838285764.platformforge.xyz/
- Fin du rapport :
Liens : 0 trouvé(s)
Liens sortants identifiés à partir de la page
Variables JavaScript : 3 trouvée(s)
Les variables JavaScript globales chargées dans l'objet fenêtre d'une page sont des variables déclarées en dehors des fonctions et accessibles depuis n'importe quel endroit du code au sein du champ d'application actuel
Nom | Type |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
Messages de journal de console : 1 trouvé(s)
Messages consignés dans la console web
Type | Catégorie | Enregistrement |
---|---|---|
error | network |
|
HTML
Le corps HTML de la page en données brutes
<html lang="en"><head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Test Webserver Page</title>
<meta http-equiv="refresh" content="10">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400&display=swap" rel="stylesheet">
<style>
body {
background-color: #333333; /* Darker shade of grey for the background */
color: #f0f0f0; /* Slightly off-white for softer contrast */
font-family: 'Montserrat', sans-serif; /* Trendy, modern font */
margin: 0;
padding: 20px;
transition: background-color 0.5s ease; /* Smooth transition for background color */
}
h1, p {
text-shadow: 1px 1px 2px black; /* Soft shadow to make text pop */
}
h1 {
font-weight: 400; /* Less bold for a more elegant look */
font-size: 2.5rem; /* Larger font size for the header */
}
p {
font-weight: 300; /* Lighter weight for paragraph for readability */
font-size: 1.2rem; /* Slightly larger paragraph text */
line-height: 1.6; /* More space between lines */
}
.container {
max-width: 800px; /* Max width for content */
margin: auto; /* Centering the content */
padding: 20px;
background-color: rgba(0, 0, 0, 0.2); /* Semi-transparent black for content background */
border-radius: 8px; /* Rounded corners for the container */
box-shadow: 0 4px 8px rgba(0,0,0,0.1); /* Subtle shadow for 3D effect */
}
</style>
</head>
<body>
<p>hostname-develop branch</p>
<p>WebServer IP Address: ip-10-0-0-39.ec2.internal</p>
</body></html>