I had need for a timer. I didn't like any of the timers that were available to me, so I wrote one. I wrote it using Vanilla Javascript, location.hash, and a few interesting parts of CSS and HTML5.
All controls are via location.hash
, also known as the
anchor tag.
Created by Dave Jacoby