diff options
author | Andreas Müller <andreas.mueller@othello.ch> | 2021-04-02 20:12:06 +0200 |
---|---|---|
committer | Andreas Müller <andreas.mueller@othello.ch> | 2021-04-02 20:12:06 +0200 |
commit | e0e48e498a5e70bf35b6c7b52cb74f876349c208 (patch) | |
tree | ebdbb00fa10009bc31c3ab669383a852e91f21ea /vorlesungen/stream/countdown.html | |
parent | Merge pull request #6 from JODBaer/master (diff) | |
download | SeminarMatrizen-e0e48e498a5e70bf35b6c7b52cb74f876349c208.tar.gz SeminarMatrizen-e0e48e498a5e70bf35b6c7b52cb74f876349c208.zip |
add new images
Diffstat (limited to 'vorlesungen/stream/countdown.html')
-rw-r--r-- | vorlesungen/stream/countdown.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vorlesungen/stream/countdown.html b/vorlesungen/stream/countdown.html index 77f9ca9..940e269 100644 --- a/vorlesungen/stream/countdown.html +++ b/vorlesungen/stream/countdown.html @@ -17,7 +17,7 @@ color: #990000; <body> <div id="demo"></div> <script> -var deadline = new Date("Feb 22, 2021 17:00:00").getTime(); +var deadline = new Date("Mar 29, 2021 17:00:00").getTime(); var x = setInterval(function() { var now = new Date().getTime(); var t = deadline - now; |