-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
52 lines (45 loc) · 2.03 KB
/
404.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
50
51
52
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="refresh" content="5;url=https://thivualaytot.github.io">
<title>Không Tìm Thấy Trang</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://thivualaytot.github.io/css/main.css" rel="stylesheet">
<link href="https://unpkg.com/[email protected]/css/boxicons.min.css" rel="stylesheet">
<link href="https://cobaohieu.github.io/assets/css/style.css" rel="stylesheet">
<body>
<header class="top-header">
</header>
<div>
<div class="starsec"></div>
<div class="starthird"></div>
<div class="starfourth"></div>
<div class="starfifth"></div>
</div>
<div class="lamp_wrap">
<div class="lamp">
<div class="cable"></div>
<div class="cover"></div>
<div class="in-cover">
<div class="bulb"></div>
</div>
<div class="light"></div>
</div>
</div>
<section class="error">
<div class="error_content">
<div class="error_message message">
<h1 class="message__title">Không Tìm Thấy Trang!</h1>
<p class="message_text">Chúng tôi rất tiếc, trang bạn đang tìm kiếm không được tìm thấy ở đây. Link mà bạn truy cập có thể bị hỏng hoặc không còn tồn tại. Vui lòng thử lại hoặc xem lại.</p>
<div class="error_nav e-nav">
<p class="message_text">TRỞ VỀ TRANG CHỦ
<a href="https://thivualaytot.github.io" class="e-nav__link" title="Quay lại trang chủ"></a>
</div>
<div class="loader">Đang chuyển hướng về trang chủ...</div>
</div>
</div>
</section>
</body>
</html>