diff options
author | Joshua Baer <the.baer.joshua@gmail.ch> | 2021-04-12 21:51:55 +0200 |
---|---|---|
committer | Joshua Baer <the.baer.joshua@gmail.ch> | 2021-04-12 21:51:55 +0200 |
commit | 2db90bfe4b174570424c408f04000902411d8755 (patch) | |
tree | e297a6274ff748de27257bffd7097c6b362ba12d /vorlesungen/stream/ende.html | |
parent | add new files (diff) | |
download | SeminarMatrizen-2db90bfe4b174570424c408f04000902411d8755.tar.gz SeminarMatrizen-2db90bfe4b174570424c408f04000902411d8755.zip |
update to current state of book
Diffstat (limited to '')
-rw-r--r-- | vorlesungen/stream/ende.html | 60 |
1 files changed, 30 insertions, 30 deletions
diff --git a/vorlesungen/stream/ende.html b/vorlesungen/stream/ende.html index ee25dcf..cfd9e99 100644 --- a/vorlesungen/stream/ende.html +++ b/vorlesungen/stream/ende.html @@ -1,30 +1,30 @@ -<!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> -<div style="margin: 200px;"/> </div> -<p> -Fortsetzung der Seminar-Sitzung in -der BBB-Konferenz in Moodle. -</p> -</div> -</body> -</html> - +<!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>
+<div style="margin: 200px;"/> </div>
+<p>
+Fortsetzung der Seminar-Sitzung in
+der BBB-Konferenz in Moodle.
+</p>
+</div>
+</body>
+</html>
+
|