From e249b7d5b33b4e2682cd228aef585c4329bb100b Mon Sep 17 00:00:00 2001 From: kplaczek Date: Mon, 1 Jul 2019 23:26:52 +0200 Subject: [PATCH] initial countdown commit --- .gitignore | 1 + index.html | 115 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 116 insertions(+) create mode 100644 .gitignore create mode 100644 index.html diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1ef8759 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea diff --git a/index.html b/index.html new file mode 100644 index 0000000..4e0d745 --- /dev/null +++ b/index.html @@ -0,0 +1,115 @@ + + + + + Countdown timer + + + + + + +
+

Countdown

+ +
+
+ + +
+
+ + + + + +

{{ formatTime(timer.currentTime) }}

+ + + + + + +
+
+ + + \ No newline at end of file