blob: ee25dcfb00a25d97a1c1d38f3646a816202384a5 (
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ür Ihren Besuch.
</p>
<div style="margin: 200px;"/> </div>
<p>
Fortsetzung der Seminar-Sitzung in
der BBB-Konferenz in Moodle.
</p>
</div>
</body>
</html>
|