From 3d41bb490fdf1f3ac71768a52ce4ff3526136bc2 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Wed, 9 Nov 2011 19:10:47 -0700 Subject: [PATCH] add speech timer --- toys/index.mdwn | 2 + toys/timer.html | 147 ++++++++++++++++++++++++++++++++++++++++++++++++ toys/toys.mk | 1 + 3 files changed, 150 insertions(+) create mode 100644 toys/timer.html 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