Skip to content

Instantly share code, notes, and snippets.

View mvaganov's full-sized avatar

Michael Vaganov mvaganov

View GitHub Profile
<html><body style="margin:0;height:100vh;display:flex;align-items:center;justify-content:center;background:black"><div id="c" style="color:white;font-family:sans-serif;font-size:20vw"></div><script>function u(){document.getElementById('c').textContent=new Date().toLocaleTimeString('en-US',{hour12:false})}u();setInterval(u,1000)</script></body></html>