-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (25 loc) · 888 Bytes
/
index.html
File metadata and controls
25 lines (25 loc) · 888 Bytes
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>OpenLDAP</title>
<meta name="description" content="OpenLDAP">
<meta name="author" content="OpenLDAP">
<link rel="stylesheet" href="css/main.css">
<link rel="icon" href="img/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon" />
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<img src="img/openldap.png" alt="OpenLDAP">
<br>
OpenLDAP Software is an open source implementation of the Lightweight Directory Access Protocol.
<br>
<br>
<a href="ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-2.4.44.tgz" rel="external">Download now!</a>
<br>
<a href="http://www.openldap.org" rel="external">visit official OpenLDAP Page</a>
</body>
</html>