aboutsummaryrefslogtreecommitdiffstats
path: root/vorlesungen/stream/ende.html
blob: 9dd27e14c6d26a89087ee091a219a377b77ca95b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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>