mirror of
https://git.sr.ht/~jbauer/simple-web-countdown
synced 2024-11-20 04:04:51 +01:00
index.html | ||
LICENSE | ||
README.md |
Simple Web Countdown
A simple, configurable web page which counts down to a particular time.
Usage
Edit the three variables in index.html
between the // Config
comments to set
the page title, name of the event being counted down to, and the time being
counted down to.
The time is in ISO 8601 format.
The page can then be served by any static webserver, and should run in any recent browser.