Skip to content

Instantly share code, notes, and snippets.

@freddyb
Created April 28, 2020 13:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save freddyb/d5e7bfeeb812851fc1acb72b432b67f4 to your computer and use it in GitHub Desktop.
Save freddyb/d5e7bfeeb812851fc1acb72b432b67f4 to your computer and use it in GitHub Desktop.
new tab. shows time.
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