diff --git a/toys/index.mdwn b/toys/index.mdwn index 4a4ca05..08172dd 100644 --- a/toys/index.mdwn +++ b/toys/index.mdwn @@ -3,6 +3,8 @@ Title: Toys Here is some various junk I've done. Maybe you'll find it amusing. Maybe you'll just wonder why I spend so much time on this garbage. +* Download my [presentation timer](timer.html) for use in any modern + browser * Play [a fun game](fungame.html)! * If you need to write someone a letter but really don't want to, try my [smalltalk generator](smalltalk.cgi). diff --git a/toys/timer.html b/toys/timer.html new file mode 100644 index 0000000..710adbe --- /dev/null +++ b/toys/timer.html @@ -0,0 +1,147 @@ + + + + + + + Presentation Timer + + + + + +

--:--

+

+ + + +

+ + diff --git a/toys/toys.mk b/toys/toys.mk index 935755e..bdd72cd 100644 --- a/toys/toys.mk +++ b/toys/toys.mk @@ -1,3 +1,4 @@ PLAIN += toys COPY += $(wildcard toys/*.cgi toys/cards/*.png) +COPY += toys/timer.mdwn