data:text/html,<body style="margin:0;height:100vh;display:flex;justify-content:center;align-items:center;background:%23f5f0e8"><div style="width:300px;height:300px;border-radius:50%;border:12px solid %238B7355;background:white;position:relative" id=c></div><script>setInterval(()=>{let n=new Date(),s=n.getSeconds()*6,m=n.getMinutes()*6,h=n.getHours()%12*30+m/12,d=document.getElementById('c');d.innerHTML=`<div style=position:absolute;left:50%;top:50%;width:12px;height:12px;background:black;border-radius:50%;transform:translate(-50%,-50%);z-index:10></div><div style=position:absolute;bottom:50%;left:50%;width:6px;height:80px;background:black;transform-origin:50% 100%;transform:translateX(-50%) rotate(${h}deg)></div><div style=position:absolute;bottom:50%;left:50%;width:4px;height:110px;background:black;transform-origin:50% 100%;transform:translateX(-50%) rotate(${m}deg)></div><div style=position:absolute;bottom:50%;left:50%;width:2px;height:130px;background:red;transform-origin:50% 100%;transform:translateX(-50%) rotate(${s}deg)></div><div style=position:absolute;bottom:10px;left:50%;transform:translateX(-50%);font-family:monospace;font-weight:bold>${n.toLocaleTimeString('de-DE')} BERLIN</div>`},1000)</script> Ver más