-
Notifications
You must be signed in to change notification settings - Fork 0
/
signature.html
36 lines (34 loc) · 1.15 KB
/
signature.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
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Exove e-mail signature</title>
<style>
p {
font-size: 1rem;
font-family: Arial, Helvetica, sans-serif;
}
</style>
</head>
<body>
<p><strong>Your Name</strong><br>
<em>Your Title</em></p>
<p>
Tel: +358 50 123 4567<br>
Email: <a href="mailto:[email protected]">[email protected]</a>
</p>
<p>
<a href="https://www.exove.com/"><img moz-do-not-send="false" src="https://www.exove.com/app/uploads/2024/10/exove-rebl.png"
alt="Exove REBL logo" width="300" height="65"></a>
</p>
<p>
<a href="https://www.linkedin.com/company/exove/">LinkedIn</a> |
<a href="https://www.facebook.com/exove/">Facebook</a> |
<a href="https://www.instagram.com/exove/">Instagram</a>
</p>
<p>
— — — — — — — — — — — — — <br><br />
Defrustrating the Digital: <a href="https://www.exove.com">exove.com</a><br /><br />
<em>Exove a <a href="https://www.reblgroup.com/">REBL</a> company</em>
</p>
</body>
</html>