-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontent_contact.html
58 lines (44 loc) · 2.05 KB
/
content_contact.html
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>SECONDO</title>
<meta name="description" content="extensible database system">
<link rel="stylesheet" type="text/css" href="secondo.css">
<link rel="shortcut icon" href="favicon.ico">
</head>
<body onload="window.status='SECONDO - An Extensible Database System'">
<div align="center">
<img alt="SECONDO" src="images/logo.gif" height="107" width="598"> </div>
<h2><br>
</h2>
<h2>Contact</h2>
<h3>Address:</h3>
<div><table><tr><td style="border-style:none"><strong>Besucheradresse / Visitors' Address</strong></td></tr>
<tr><td style="border-style:none;padding-left:1em"><a href="https://www.fernuni-hagen.de/pi4pp/gueting/home.html">Prof. Dr. Ralf Hartmut Güting<a></td></tr>
<tr><td style="border-style:none;padding-left:1em">Informatikzentrum, 3. Etage, Block F, Raum 13</td></tr>
<tr><td style="border-style:none;padding-left:1em">Universitätsstr. 1</td></tr>
<tr><td style="border-style:none;padding-left:1em">D-58097 Hagen</td></tr>
<tr><td style="border-style:none;padding-left:1em">E-Mail: <a href="mailto:rhg@fernuni-hagen.de">rhg@fernuni-hagen.de</a>
</td></tr>
<tr><td style="border-style:none;padding-left:1em">Telefon: +49 (2331) 987 4279</td></tr>
<tr><td style="border-style:none"><strong>Email Address</strong></td></tr>
<tr><td style="border-style:none;padding-left:1em">For questions about <span class="secondo">Secondo</span>, please
send an email to <br>
<a href="mailto:secondo@fernuni-hagen.de">secondo@fernuni-hagen.de</a></td></tr>
</table>
</div>
<br>
<br>
<a name=SecondoNews></a>
<h2>Secondo News</h2>
<p>
If you wish to be informed about new <span class="secondo">Secondo</span>
releases or new documentation, bugs discovered and bugfixes, please send an
email to <a href="mailto:secondo@fernuni-hagen.de">secondo@fernuni-hagen.de</a>
with a message like "please put me on the Secondo News mailing list". In
the same way you can ask for removal from this list, of course.
<div class="footnote">
Last Changed: 2021-06-07 (JNI)
</div>
</body>
</html>