A simple, configurable web page which counts down to a particular time.
web
Go to file
Jake Bauer b3d2bc42e5 Initial commit 2021-07-08 20:17:44 -04:00
README.md Initial commit 2021-07-08 20:17:44 -04:00
index.html Initial commit 2021-07-08 20:17:44 -04:00

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.