A simple, configurable web page which counts down to a particular time.
web
Go to file
Jake Bauer cb9a46bd00 Fix display of !!!HYPE!!! message 2021-07-08 20:24:20 -04:00
LICENSE Add LICENSE 2021-07-08 20:18:37 -04:00
README.md Initial commit 2021-07-08 20:17:44 -04:00
index.html Fix display of !!!HYPE!!! message 2021-07-08 20:24:20 -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.