aboutsummaryrefslogtreecommitdiffstats
path: root/vorlesungen/stream/ende.html
blob: 525abf3f158e8d9a54d9897bfc41b1b22633e509 (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
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&uuml;r Ihren Besuch.
</p>
<div style="margin: 200px;"/>&nbsp; </div>
<p>
Fortsetzung der Seminar-Sitzung in 
der BBB-Konferenz in Moodle.
</p>
</div> 
</body> 
</html>