-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (46 loc) · 2.75 KB
/
index.html
File metadata and controls
46 lines (46 loc) · 2.75 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
<!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 style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; 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; margin-bottom:5px;"><br>
</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;">
</td>
</tr>
<tr>
<td>
<p style="font-size:16px;">
Bremer Str. 99 | 21244 Buchholz<br>
<a href="mailto:info@goebel-winkelmann.de" style="color:#060a10; text-decoration:none;">info@goebel-winkelmann.de</a><br>
<a href="https://www.goebel-winkelmann.de" target="_blank" style="color:#060a10; text-decoration:none;">www.goebel-winkelmann.de</a>
</p>
</td>
<td>
<p style="font-size:16px;">
telefonische Erreichbarkeit Zentrale:<br>
Tel. <a href="tel:+49418130070" style="color:#060a10; text-decoration:none;">04181 / 3007-0</a><br>
Mo. – Fr. 09.00 – 12.00 Uhr, Mo. – Do. 14.00 – 16.00 Uhr
</p>
</td>
</tr>
<tr>
<td colspan="3" style="padding-top:10px; font-size:10px; color:#706f6f; padding-right: 65px">
<p style="margin-bottom: 10px; padding-bottom: 0px">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.</p>
<p style="margin-bottom: 4px; padding-top: 0px">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.</p>
<span style="color:#1989ca; font-weight: bold; font-size: 12px; display: block; text-align: right; padding-bottom: 15px;">PLEASE THINK BEFORE YOU PRINT</span>
</td>
</tr>
<tr style="background: #0088ca; width: 100%; height: 12px;"><td colspan="3"></td></tr>
</table>
</body>
</html>