-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (45 loc) · 1.61 KB
/
index.html
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="css/bootstrap.css" />
<link rel="stylesheet" href="mystyle.css" />
<title>Tạo User 3 miền LDAP</title>
</head>
<body>
<h1>Tạo User LDAP 3 miền</h1>
<hr />
<div class="list-group">
<a
href="hni.html"
class="list-group-item list-group-item-action"
aria-current="true"
>
<div class="d-flex w-100 justify-content-between">
<h5 class="mb-1">Hà Nội</h5>
<small>HNI</small>
</div>
<p class="mb-1">Tạo user ldap Hà Nội với ou hni và vtvcab.</p>
<small>/hni.html.</small>
</a>
<a href="dng.html" class="list-group-item list-group-item-action">
<div class="d-flex w-100 justify-content-between">
<h5 class="mb-1">Đà Nẵng</h5>
<small class="text-muted">DNG</small>
</div>
<p class="mb-1">Tạo user ldap Đà Nẵng với ou dng và vtvcab.</p>
<small class="text-muted">/dng.html.</small>
</a>
<a href="hcm.html" class="list-group-item list-group-item-action">
<div class="d-flex w-100 justify-content-between">
<h5 class="mb-1">Hồ Chí Minh</h5>
<small class="text-muted">HCM</small>
</div>
<p class="mb-1">Tạo user ldap Hồ Chí Minh với ou hcm và vtvcab.</p>
<small class="text-muted">/hcm.html.</small>
</a>
</div>
</body>
</html>