-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathall.html
More file actions
75 lines (60 loc) · 3.72 KB
/
all.html
File metadata and controls
75 lines (60 loc) · 3.72 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Đồ án Tiệm Hoa</title>
<link href="img/favicon.ico" rel="shortcut icon" type="image/x-icon">
<!-- jQuery -->
<script src="js/jquery-3.5.1.slim.min.js" type="text/javascript"></script>
<!-- Bootstrap -->
<script src="js/bootstrap.min.js" type="text/javascript"></script>
<script src="js/popper.min.js" type="text/javascript"></script>
<link href="css/bootstrap.min.css" type="text/css" rel="stylesheet">
<!-- FontAwesome 5 -->
<link href="fonts/fontawesome/css/all.min.css" type="text/css" rel="stylesheet">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,615;0,700;0,800;1,400;1,500;1,600;1,615;1,700;1,800&family=Quicksand:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<!-- Custom Style -->
<link href="css/style.css" type="text/css" rel="stylesheet">
<link href="css/signup.login.style.css" type="text/css" rel="stylesheet">
<!-- Custom JavaScript -->
<script src="js/script.js" type="text/javascript"></script>
<!-- Slick Slider -->
<link rel="stylesheet" type="text/css" href="css/slick.css" />
<script type="text/javascript" src="js/slick.min.js"></script>
</head>
<body>
<section class="section__login" style="font-weight:500">
<div class="card mx-auto fs__form2" style="max-width: 700px">
<div class="card-body">
<h4 class="card-title mb-3 text-center">Đồ án Giao tiếp người–máy Nhóm 1</h4>
<h4 class="card-title mb-4 text-center">Website Tiệm Hoa</h4>
<form class="row">
<div class="col">
<a href="home.html" class="btn btn-light btn-block mb-2" target="_blank">(Đăng) 1. Trang chủ</a>
<a href="category.html" class="btn btn-light btn-block mb-2" target="_blank">(Đăng) 2. Trang thể loại</a>
<a href="product.html" class="btn btn-light btn-block mb-2" target="_blank">(Hào) 3. Trang sản phẩm</a>
<a href="cart.html" class="btn btn-light btn-block mb-2" target="_blank">(Hào) 4. Trang giỏ hàng</a>
<a href="profile.html" class="btn btn-light btn-block mb-2" target="_blank">(Anh) 5. Trang tài khoản</a>
<a href="address.html" class="btn btn-light btn-block mb-2" target="_blank">(Đăng) 6. Trang địa chỉ</a>
</div>
<div class="col">
<a href="orders.html" class="btn btn-light btn-block mb-2" target="_blank">(Đăng) 7. Trang đơn hàng</a>
<a href="wishlist.html" class="btn btn-light btn-block mb-2" target="_blank">(Đăng) 8. Trang SP yêu thích</a>
<a href="setting.html" class="btn btn-light btn-block mb-2" target="_blank">(Trang) 9. Trang cài đặt</a>
<a href="login.html" class="btn btn-light btn-block mb-2" target="_blank">(Trang) 10. Trang đăng nhập</a>
<a href="signup.html" class="btn btn-light btn-block mb-2" target="_blank">(Trang) 11. Trang đăng ký</a>
<a href="about.html" class="btn btn-light btn-block mb-2" target="_blank">(Anh) 12. Trang giới thiệu</a>
</div>
</form>
</div>
<!-- card-body.// -->
</div>
<!-- card.// -->
<br>
<br>
</section>
<!-- section__login.// -->
</body>
</html>