From 1c1b53ccf6fd63178c06adc075f25e8078ca25b8 Mon Sep 17 00:00:00 2001 From: Jan Michel Date: Wed, 19 Oct 2016 15:28:02 +0200 Subject: [PATCH] final first timer version --- timer/.htaccess | 1 + timer/style.css | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 timer/.htaccess diff --git a/timer/.htaccess b/timer/.htaccess new file mode 100644 index 0000000..09aecf0 --- /dev/null +++ b/timer/.htaccess @@ -0,0 +1 @@ +DirectoryIndex index.htm diff --git a/timer/style.css b/timer/style.css index 702632b..91a9a51 100644 --- a/timer/style.css +++ b/timer/style.css @@ -3,6 +3,8 @@ body { margin:0; height:100%; width:100%; + color:white; + background:black; } -- 2.43.0