commit b3d2bc42e5b0eaa5484da8f53378285f03d04ac9 Author: Jake Bauer Date: Thu Jul 8 20:17:44 2021 -0400 Initial commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..595ae05 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# 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. diff --git a/index.html b/index.html new file mode 100644 index 0000000..a6f1b16 --- /dev/null +++ b/index.html @@ -0,0 +1,62 @@ + + + + + + ???? + + + + + +

0d 00:00:00

+

Until: ????

+ + +