-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path404.html
More file actions
83 lines (71 loc) · 2.26 KB
/
Copy path404.html
File metadata and controls
83 lines (71 loc) · 2.26 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Không Tìm Thấy Trang</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://cobaohieu.github.io/assets/css/style.css" rel="stylesheet">
<style>
body {
font-family: 'Roboto', 'sans-serif';
}
main {
display: flex;
height: 100vh;
justify-content: center;
align-items: center;
flex-direction: column;
}
.header404 {
font-family: 'Chango', cursive;
font-size: 48px;
}
.content404 {
text-align: center;
}
</style>
<header>
<nav>
<a href="./">Trang chủ</a>
<a href="./list.html">Các danh sách</a>
<a href="./webs.html">Các trang mạng</a>
<a href="./blogs">Blog</a>
<a href="./vlogs">Vlog</a>
<a href="./game">Game</a>
<a href="./team">Đội của chúng tôi</a>
</nav>
</header>
</head>
<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">Page Not Found !</h1>
<p class="message__text">We are sorry, the page you were looking for isn't found here. The link you followed may either be broken or no longer exists. Please try again, or take a look at our.</p>
</div>
<div class="error__nav e-nav">
<a href="https://thi-vua-lay-tot.github.io/" class="e-nav__link"></a>
</div>
</div>
</section>
</body>
</html>