-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
49 lines (47 loc) · 1.56 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
46
47
48
49
<!DOCTYPE html>
<html class="">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Khương Tem - Admin</title>
<link href="/css/auth.css" rel="stylesheet" />
<!-- CSS only -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi" crossorigin="anonymous">
</head>
<body>
<div class="wrapper">
<div class="container">
<h1>Khương Tem Admin</h1>
<h1 id="loading" style="display: none; font-size: 28px;">Please wait...</h1>
<form class="form">
<select style="font-weight: bold;
margin: auto;
width: 50%;
text-align: center;" class="form-select" name="" id="host">
<option value="hnue">HNUE chatbot</option>
<option value="fpoly">Fpoly chatbot</option>
</select>
<br>
<input type="password" placeholder="Password" id="pwd" />
<button type="submit" id="login-button">Login</button>
</form>
</div>
<ul class="bg-bubbles">
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
</div>
<script src="/js/jquery-3.5.0.min.js"></script>
<script src="/js/crypto-js.min.js"></script>
<script src="/js/cookie.js"></script>
<script src="/js/auth.js"></script>
</body>
</html>