2021-11-28 17:42:59 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<title>LLDAP Administration</title>
|
|
|
|
<script src="/pkg/bundle.js" defer></script>
|
2021-11-28 18:21:17 +00:00
|
|
|
<link href="/static/bootstrap.min.css" rel="preload stylesheet" as="style" />
|
|
|
|
<script src="/static/bootstrap.bundle.min.js"></script>
|
|
|
|
<link rel="stylesheet" href="/static/bootstrap-icons.css" as="style" />
|
2021-11-28 17:42:59 +00:00
|
|
|
<link rel="stylesheet" href="/static/font-awesome.min.css">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<link href="/static/fonts.css" rel="stylesheet">
|
|
|
|
<link rel="stylesheet" href="/static/style.css">
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|