
<!DOCTYPE html>
<html>
<head>
    <title>My Domain</title>
    <style>
        body { 
            background-color: #121212; 
            display: flex; 
            justify-content: center; 
            align-items: center; 
            height: 100vh; 
            margin: 0; 
        }
        img { 
            max-width: 90%; 
            height: auto; 
            border-radius: 10px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.5);
        }
    </style>
</head>
<body>
    <img src="https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fverdisinistra.it%2Fwp-content%2Fuploads%2F2022%2F09%2FBiancone-AVS-70x100-VOTA-scaled.jpg&f=1&nofb=1&ipt=d11cdca3ce6897a82a2994640196fba8ee2851beb20303b750a163980add415c" alt="Welcome">
</body>
</html>
