forked from alexander-williamson/Generate-Signature
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTemplate.htm
15 lines (13 loc) · 899 Bytes
/
Template.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>%%FULLNAME%% - Custom Signature</title>
</head>
<body>
<p style="font-size:8.5pt;font-family:Helvetica;"><span style="font-weight:bold">%%FULLNAME%%</span> - %%TITLE%%<br />%%TELEPHONENUMBER%% - <a href="mailto:%%EMAIL%%" style="text-decoration:underline; color:#78BE20;" title="Email %%FIRSTNAME%% %%LASTNAME%%">%%MAIL%%</a></p>
<p style="font-size:8.5pt;font-family:Helvetica">Company Ltd<br />
<a href="https://www.company.fi" style="text-decoration:underline; color:#78BE20;" title="www.company.fi">www.company.fi</a> -
<a href="https://facebook.com/company.fi" style="text-decoration:underline; color:#78BE20;" title="Facebook page">facebook.com/company.fi</a>
</p>
</body>
</html>