-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchatgpt.html
More file actions
53 lines (50 loc) · 3.1 KB
/
chatgpt.html
File metadata and controls
53 lines (50 loc) · 3.1 KB
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
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>E-Mail-Signatur</title>
</head>
<body>
<table role="presentation" cellpadding="0" cellspacing="0" style="border-collapse:collapse; font-family: Arial, Helvetica, sans-serif; font-size:14px; line-height:1.2; color:#060a10;">
<tr>
<td style="padding-right:15px; vertical-align:top;">
<img src="https://kicktemp.com/GW_logo.png" alt="Göbel & Winkelmann" style="height:60px; display:block; margin:0 0 6px 0; border:0;">
</td>
<td style="padding-left:20px; vertical-align:top; text-align:right;">
<img src="https://kicktemp.com/DATEV.png" alt="Digitale Kanzlei 2025" style="height:60px; display: inline-block; border:0;">
</td>
</tr>
<tr>
<td style="vertical-align:top; padding-top:6px;">
<span style="font-size:16px;">Bremer Str. 99 | 21244 Buchholz</span><br>
<a href="mailto:info@goebel-winkelmann.de" style="color:#060a10; text-decoration:none; font-size:16px;">info@goebel-winkelmann.de</a><br>
<a href="https://www.goebel-winkelmann.de" style="color:#060a10; text-decoration:none; font-size:16px;">www.goebel-winkelmann.de</a>
</td>
<td style="vertical-align:top; padding-top:6px; text-align: left;">
<span style="font-size:16px;">telefonische Erreichbarkeit Zentrale:</span><br>
<span style="font-size:16px;">Tel. <a href="tel:+49418130070" style="color:#060a10; text-decoration:none;">04181 / 3007-0</a></span><br>
<span style="font-size:16px;">Mo. – Fr. 09.00 – 12.00 Uhr, Mo. – Do. 14.00 – 16.00 Uhr</span>
</td>
</tr>
<tr>
<td colspan="2" style="padding-top: 20px; padding-right:65px; font-size:11px; color:#706f6f;">
<div style="margin-bottom:4px;">
Diese E-Mail kann vertrauliche und/oder rechtlich geschützte Informationen enthalten. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail ist nicht gestattet.
</div>
<div style="margin-bottom:6px;">
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and delete this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.
</div>
<div style="text-align:right; padding-bottom:12px; font-weight:bold; font-size:12px; color:#1989ca;">
PLEASE THINK BEFORE YOU PRINT
</div>
</td>
</tr>
<tr>
<td colspan="2" style="height:12px; background:#0088ca; font-size:0; line-height:0;"> </td>
</tr>
</table>
</body>
</html>