diff options
author | Andreas Müller <andreas.mueller@othello.ch> | 2021-02-21 22:17:21 +0100 |
---|---|---|
committer | Andreas Müller <andreas.mueller@othello.ch> | 2021-02-21 22:17:21 +0100 |
commit | 80b724cc3edb6b815b03a4014d7c12cf7480a904 (patch) | |
tree | bcfd909ddfc83b4f43de38e23441fe1d368f648e /vorlesungen/stream/ende.html | |
parent | stream stuff (diff) | |
download | SeminarMatrizen-80b724cc3edb6b815b03a4014d7c12cf7480a904.tar.gz SeminarMatrizen-80b724cc3edb6b815b03a4014d7c12cf7480a904.zip |
add ende
Diffstat (limited to '')
-rw-r--r-- | vorlesungen/stream/ende.html | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/vorlesungen/stream/ende.html b/vorlesungen/stream/ende.html new file mode 100644 index 0000000..9dd27e1 --- /dev/null +++ b/vorlesungen/stream/ende.html @@ -0,0 +1,29 @@ +<!DOCTYPE HTML> +<html> +<head> +<style> +p { +text-align: center; +font-size: 60px; +} +div { +font-family: "Courier"; +text-align: center; +font-size: 60px; +color: #990000; +} +</style> +</head> +<body> +<div id="demo"> +<p> +Vielen Dank für Ihren Besuch. +</p> +<p> +Fortsetzung der Seminar-Sitzung in +der BBB-Konferenz in Moodle. +</p> +</div> +</body> +</html> + |