Initial commit

This commit is contained in:
2021-02-10 14:49:30 +01:00
commit 1428d07ee9
20 changed files with 2690 additions and 0 deletions

11
src/static/legal.html Normal file
View File

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>WebLDAPPasswd</title>
</head>
<script src="webldappasswd.js"></script>
<body>
The administrator of this WebLDAPPasswd instance is lazy and should feel bad.
</body>
</html>