mirror of
https://github.com/lldap/lldap.git
synced 2024-11-25 00:50:55 +00:00
14 lines
428 B
HTML
14 lines
428 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>LLDAP Administration</title>
|
|
<script src="/pkg/bundle.js" defer></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css" rel="preload stylesheet" integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous" as="style" />
|
|
</head>
|
|
|
|
<body>
|
|
</body>
|
|
|
|
</html>
|