2021-05-08 10:00:52 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<title>LLDAP Administration</title>
|
2023-03-05 11:45:30 +00:00
|
|
|
<script src="/static/main.js" type="module" defer></script>
|
2021-09-19 17:44:53 +00:00
|
|
|
<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" />
|
2021-09-24 09:12:50 +00:00
|
|
|
<script
|
|
|
|
src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/js/bootstrap.bundle.min.js"
|
|
|
|
integrity="sha384-/bQdsTh/da6pkI1MST/rWKFNjaCP5gBSY4sEBT38Q/9RBh9AH40zEOg7Hlq2THRZ"
|
|
|
|
crossorigin="anonymous"></script>
|
2021-09-19 17:44:53 +00:00
|
|
|
<link
|
|
|
|
rel="stylesheet"
|
|
|
|
href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css"
|
2021-11-30 03:55:48 +00:00
|
|
|
integrity="sha384-tKLJeE1ALTUwtXlaGjJYM3sejfssWdAaWR2s97axw4xkiAdMzQjtOjgcyw0Y50KU"
|
2022-03-31 12:16:40 +00:00
|
|
|
crossorigin="anonymous" as="style" />
|
2021-11-30 03:55:48 +00:00
|
|
|
<link
|
|
|
|
rel="stylesheet"
|
|
|
|
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
|
2022-03-31 12:16:40 +00:00
|
|
|
crossorigin="anonymous" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" />
|
2021-11-30 03:55:48 +00:00
|
|
|
<link
|
|
|
|
rel="stylesheet"
|
|
|
|
href="https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap" />
|
|
|
|
<link
|
|
|
|
rel="stylesheet"
|
|
|
|
href="/static/style.css" />
|
2021-09-19 17:44:53 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2021-05-08 10:00:52 +00:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|