-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
177 lines (159 loc) · 6.86 KB
/
404.html
File metadata and controls
177 lines (159 loc) · 6.86 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
<!DOCTYPE html>
<html lang="vi">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>404 - Không tìm thấy trang</title>
<!-- SEO Meta -->
<meta name="description" content="Trang 404 - Không tìm thấy trang bạn yêu cầu trên USB HDD BOOT. Vui lòng kiểm tra lại đường dẫn hoặc quay về trang chủ." />
<meta name="keywords" content="404, không tìm thấy trang, lỗi trang, usb boot" />
<meta name="author" content="Hoàng Đợi" />
<meta name="robots" content="noindex, follow">
<link rel="icon" href="https://usbhddboot.github.io/assets/images/favicon.ico" type="image/x-icon">
<!-- Open Graph -->
<meta property="og:title" content="404 - Không tìm thấy trang" />
<meta property="og:description" content="Trang 404 - Không tìm thấy trang bạn yêu cầu trên USB HDD BOOT." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://usbhddboot.github.io/404.html" />
<meta property="og:image" content="https://usbhddboot.github.io/assets/images/404.jpg" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="404 - Không tìm thấy trang" />
<meta name="twitter:description" content="Trang 404 - Không tìm thấy trang bạn yêu cầu trên USB HDD BOOT." />
<meta name="twitter:image" content="https://usbhddboot.github.io/assets/images/404.jpg" />
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css" rel="stylesheet">
<!-- Custom CSS -->
<style>
body {
font-family: 'Roboto', sans-serif;
background-color: #f8f9fa;
}
.hero {
background: linear-gradient(to right, #dc3545, #ff6b6b);
color: white;
padding: 60px 20px;
text-align: center;
}
.content {
padding: 40px 20px;
max-width: 900px;
margin: auto;
}
h2 {
margin-top: 40px;
color: #dc3545;
}
.list-group-item {
font-size: 1.2rem;
padding: 15px;
}
.list-group-item:hover {
background-color: #e9ecef;
}
.list-group-item i {
margin-right: 10px;
}
footer {
background: linear-gradient(to right, #dc3545, #ff6b6b);
color: white;
padding: 20px 0;
}
</style>
</head>
<body>
<!-- Header -->
<header class="hero">
<div class="container">
<h1 class="display-5 fw-bold">404 - Không tìm thấy trang</h1>
<p class="lead">Rất tiếc, trang bạn đang tìm kiếm không tồn tại hoặc đã bị xóa.</p>
</div>
</header>
<!-- Nội dung -->
<div class="content">
<h2>Trang không tồn tại !</h2>
<p>Bạn có thể truy cập các phần sau để tiếp tục sử dụng USB HDD BOOT:</p>
<div class="row row-cols-1 row-cols-md-2 g-4">
<div class="col">
<div class="card h-100 text-center">
<div class="card-body">
<div class="fs-1 text-danger mb-3"><i class="bi bi-house-door-fill"></i></div>
<h5 class="card-title fw-bold">Trang chủ</h5>
<p class="card-text">Khám phá các tính năng của USB HDD BOOT.</p>
<a href="https://usbhddboot.github.io" class="btn btn-danger">
<i class="bi bi-box-arrow-up-right me-1"></i> Truy cập trang
</a>
</div>
</div>
</div>
<div class="col">
<div class="card h-100 text-center">
<div class="card-body">
<div class="fs-1 text-danger mb-3"><i class="bi bi-cloud-arrow-down-fill"></i></div>
<h5 class="card-title fw-bold">Tải về</h5>
<p class="card-text">Tải miễn phí bản mới nhất phần mềm USB HDD BOOT.</p>
<a href="https://usbhddboot.github.io/pages/tai-ve-usb-hdd-boot.html" class="btn btn-danger">
<i class="bi bi-box-arrow-down me-1"></i> Truy cập trang
</a>
</div>
</div>
</div>
<div class="col">
<div class="card h-100 text-center">
<div class="card-body">
<div class="fs-1 text-danger mb-3"><i class="bi bi-journal-text"></i></div>
<h5 class="card-title fw-bold">Hướng dẫn sử dụng</h5>
<p class="card-text">Chi tiết từng bước để bạn làm chủ phần mềm USB HDD BOOT.</p>
<a href="https://usbhddboot.github.io/pages/huong-dan-su-dung-usb-hdd-boot.html" class="btn btn-danger">
<i class="bi bi-book me-1"></i> Truy cập trang
</a>
</div>
</div>
</div>
<div class="col">
<div class="card h-100 text-center">
<div class="card-body">
<div class="fs-1 text-danger mb-3"><i class="bi bi-windows"></i></div>
<h5 class="card-title fw-bold">Thêm Windows PE</h5>
<p class="card-text">Hướng dẫn tích hợp Windows PE vào USB BOOT để cứu hộ máy tính hiệu quả.</p>
<a href="https://usbhddboot.github.io/pages/huong-dan-them-winpe-vao-usb-hdd-boot.html" class="btn btn-danger">
<i class="bi bi-plus-circle me-1"></i> Truy cập trang
</a>
</div>
</div>
</div>
<div class="col">
<div class="card h-100 text-center">
<div class="card-body">
<div class="fs-1 text-danger mb-3"><i class="bi bi-tools"></i></div>
<h5 class="card-title fw-bold">Thêm gói ứng dụng cứu hộ</h5>
<p class="card-text">Hướng dẫn tích hợp công cụ cứu hộ vào USB HDD BOOT.</p>
<a href="https://usbhddboot.github.io/pages/huong-dan-them-goi-ung-dung-cuu-ho-may-tinh-vao-usb-boot.html" class="btn btn-danger">
<i class="bi bi-plus-square me-1"></i> Truy cập trang
</a>
</div>
</div>
</div>
<div class="col">
<div class="card h-100 text-center">
<div class="card-body">
<div class="fs-1 text-danger mb-3"><i class="bi bi-facebook"></i></div>
<h5 class="card-title fw-bold">Liên hệ hỗ trợ</h5>
<p class="card-text">Liên hệ với chúng tôi qua Facebook để nhận được hỗ trợ kỹ thuật.</p>
<a href="https://fb.me/usbhddboot" target="_blank" rel="noopener noreferrer" class="btn btn-danger">
<i class="bi bi-chat-dots me-1"></i> Truy cập trang
</a>
</div>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer class="text-center">
<p>© 2025 USB HDD BOOT - Phát triển bởi Hoàng Đợi</p>
</footer>
<!-- JS -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>