Created
April 28, 2020 13:52
-
-
Save freddyb/d5e7bfeeb812851fc1acb72b432b67f4 to your computer and use it in GitHub Desktop.
new tab. shows time.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
data:text/html,<style>body,html{height:100%;display:grid;background-color:%2338383d}p{margin:auto;color:white;font-size:48pt;font-family:sans}</style><body><p id=p><script>n=()=>{p.innerText=(new Date()).toLocaleTimeString()};n();setInterval(n,60000);</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment