-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (30 loc) · 1.02 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="/css/base.css" type="text/css" />
<title>e-sign.org.uk</title>
</head>
<body>
<a class="logo" href="/" alt="Home">
<img src="/images/logo.png" width="144" height="144" alt="e-sign logo"/>
</a>
<h1>e-sign.org.uk</h1>
<p>This site contains links & utilities for various document & e-signature solutions:</p>
<ul>
<li>Adobe</li>
<ul>
<li><a href="/acrobat-services/">Acrobat Services</a></li>
<li><a href="/aas/">Adobe Acrobat Sign</a></li>
<li><a href="/sign-for-express/">Sign for Express add-on</a></li>
</ul>
<li>DocuSign</li>
<ul>
<li><a href="https://github.com/mule-org-uk/docu-connector">Mule 4 DocuSign connector</a>, now largely superceded by the <a href="https://docs.mulesoft.com/docusign-connector/latest/">Anypoint Connector for DocuSign</a></li>
</ul>
<li>General</li>
<ul>
<li><a href="https://github.com/cajhughes/encoder64">Drag-and-drop base64 encoding</a></li>
</ul>
</ul>
</body>
</html>