diff options
author | Andreas Müller <andreas.mueller@othello.ch> | 2021-05-24 09:41:46 +0200 |
---|---|---|
committer | Andreas Müller <andreas.mueller@othello.ch> | 2021-05-24 09:41:46 +0200 |
commit | 8c5d6d7b31f052bd90010a0ed182ac6468c10bc4 (patch) | |
tree | d5acb049a06b649acd4d19c3a0b49194eb5781ce /vorlesungen/stream/countdown.html | |
parent | add slides (diff) | |
download | SeminarMatrizen-8c5d6d7b31f052bd90010a0ed182ac6468c10bc4.tar.gz SeminarMatrizen-8c5d6d7b31f052bd90010a0ed182ac6468c10bc4.zip |
abschnitt spektrale Graphentheorie
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 940e269..12f99ac 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("Mar 29, 2021 17:00:00").getTime(); +var deadline = new Date("May 17, 2021 17:00:00").getTime(); var x = setInterval(function() { var now = new Date().getTime(); var t = deadline - now; |