-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtestMinh.html
47 lines (34 loc) · 1.51 KB
/
testMinh.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DRIVING TEST RANKING</title>
<link rel="icon" href ="./js/assets/images/favicon.svg" type = "image/svg">
<!-- Bootstrap 4.4, fontawesome 5.5 -->
<link rel="stylesheet" href="./library/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="./library/fontawesome/css/all.min.css" >
<!-- Font: Open Sans -->
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&display=swap" rel="stylesheet"> <!-- Custom CSS for pages -->
<link rel="stylesheet" href="./css/utils.css">
<link rel="stylesheet" href="./css/colors.css">
<link rel="stylesheet" href="./css/auth.css">
<link rel="stylesheet" href="./css/userPage.css">
<link rel="stylesheet" href="./css/layout.css">
<link rel="stylesheet" href="./css/exam.css">
<link rel="stylesheet" href="./css/admin.css">
</head>
<body>
<!-- <div id="app" class="d-flex flex-column justify-content-start align-items-center min-vh-100">
<div class="header w-100"></div>
<div class="app-container w-100"></div>
</div>
<div class="modal__container"></div> -->
<section class="modal-show-history">
<div class="history-header">Lịch sử</div>
<div class="history-content"></div>
<div class="history-footer">Đóng</div>
</section>
<script src="./js/pages/Layout/header.js"></script>
</body>
</html>