mirror of
https://git.sr.ht/~jbauer/simple-web-countdown
synced 2024-11-20 03:54:50 +01:00
15 lines
405 B
Markdown
15 lines
405 B
Markdown
|
# 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.
|