<!DOCTYPE html>
<html lang="it">
<head>
<meta charset="UTF-8">
<meta name="robots" content="noindex,nofollow">
<title>Work in Progress</title>
<style>
body{
background:#000;
margin:0;
display:flex;
justify-content:center;
align-items:center;
height:100vh;
color:white;
font-family:Arial;
}
</style>
</head>
<body>
Work in Progress
</body>
</html>