<!DOCTYPE html>
			<html>
			<head>
			<title>Cloud IA</title>
			<style>
			body {
				display: flex;
				flex-direction: column;
				justify-content: center;
				align-items: center;
				height: 100vh;
				background-color: #f9f9f9;
				margin: 0;
				font-family: Arial, sans-serif;
			}
			h1 {
				font-size: 2.5rem;
				color: #333;
				margin-bottom: 20px;
				font-weight: 300;
			}
			a {
				text-decoration: none;
			}
			img {
				max-width: 400px;
				height: auto;
				transition: transform 0.2s;
			}
			a:hover img {
				transform: scale(1.05);
			}
			</style>
			</head>
			<body>
			<h1>Welcome to</h1>
			<a href="https://portal.cloud-ia.online/cloudia/">
			<img src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAwIiBoZWlnaHQ9IjIwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cmVjdCB3aWR0aD0iNDAwIiBoZWlnaHQ9IjIwMCIgZmlsbD0iIzQxNTVhNSIvPgogIDx0ZXh0IHg9IjUwJSIgeT0iNTAlIiBmb250LWZhbWlseT0iQXJpYWwsIHNhbnMtc2VyaWYiIGZvbnQtc2l6ZT0iNDgiIGZpbGw9IndoaXRlIiB0ZXh0LWFuY2hvcj0ibWlkZGxlIiBkeT0iLjNlbSI+Q2xvdWQgSUE8L3RleHQ+Cjwvc3ZnPgo=" alt="Cloud IA Logo">
			</a>
			</body>
			</html>