Update index.html
Browse files- index.html +100 -100
index.html
CHANGED
|
@@ -1,100 +1,100 @@
|
|
| 1 |
-
<!DOCTYPE html>
|
| 2 |
-
<html lang="vi">
|
| 3 |
-
<head>
|
| 4 |
-
<meta charset="UTF-8" />
|
| 5 |
-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
| 6 |
-
<title>DB-chat</title>
|
| 7 |
-
<style>
|
| 8 |
-
body {
|
| 9 |
-
margin: 0;
|
| 10 |
-
font-family: Arial, sans-serif;
|
| 11 |
-
line-height: 1.6;
|
| 12 |
-
color: #333;
|
| 13 |
-
}
|
| 14 |
-
|
| 15 |
-
header {
|
| 16 |
-
background: #20232a;
|
| 17 |
-
color: #fff;
|
| 18 |
-
padding: 1rem 2rem;
|
| 19 |
-
display: flex;
|
| 20 |
-
justify-content: space-between;
|
| 21 |
-
align-items: center;
|
| 22 |
-
}
|
| 23 |
-
|
| 24 |
-
header h1 {
|
| 25 |
-
margin: 0;
|
| 26 |
-
font-size: 1.8rem;
|
| 27 |
-
}
|
| 28 |
-
|
| 29 |
-
nav a {
|
| 30 |
-
color: #61dafb;
|
| 31 |
-
margin-left: 20px;
|
| 32 |
-
text-decoration: none;
|
| 33 |
-
font-weight: bold;
|
| 34 |
-
}
|
| 35 |
-
|
| 36 |
-
.hero {
|
| 37 |
-
background: linear-gradient(to right, #00b4db, #0083b0);
|
| 38 |
-
color: white;
|
| 39 |
-
padding: 100px 20px;
|
| 40 |
-
text-align: center;
|
| 41 |
-
}
|
| 42 |
-
|
| 43 |
-
.hero h2 {
|
| 44 |
-
font-size: 2.5rem;
|
| 45 |
-
margin-bottom: 20px;
|
| 46 |
-
}
|
| 47 |
-
|
| 48 |
-
.hero p {
|
| 49 |
-
font-size: 1.2rem;
|
| 50 |
-
margin-bottom: 30px;
|
| 51 |
-
}
|
| 52 |
-
|
| 53 |
-
.hero a {
|
| 54 |
-
background-color: white;
|
| 55 |
-
color: #0083b0;
|
| 56 |
-
padding: 12px 24px;
|
| 57 |
-
text-decoration: none;
|
| 58 |
-
border-radius: 5px;
|
| 59 |
-
font-weight: bold;
|
| 60 |
-
transition: background-color 0.3s;
|
| 61 |
-
}
|
| 62 |
-
|
| 63 |
-
.hero a:hover {
|
| 64 |
-
background-color: #f0f0f0;
|
| 65 |
-
}
|
| 66 |
-
|
| 67 |
-
footer {
|
| 68 |
-
background: #20232a;
|
| 69 |
-
color: white;
|
| 70 |
-
text-align: center;
|
| 71 |
-
padding: 1rem 0;
|
| 72 |
-
position: relative;
|
| 73 |
-
bottom: 0;
|
| 74 |
-
width: 100%;
|
| 75 |
-
}
|
| 76 |
-
</style>
|
| 77 |
-
</head>
|
| 78 |
-
<body>
|
| 79 |
-
|
| 80 |
-
<header>
|
| 81 |
-
<h1>DB-chat</h1>
|
| 82 |
-
<nav>
|
| 83 |
-
<a href="index.html">Trang chủ</a>
|
| 84 |
-
<a href="
|
| 85 |
-
<a href="
|
| 86 |
-
</nav>
|
| 87 |
-
</header>
|
| 88 |
-
|
| 89 |
-
<section class="hero">
|
| 90 |
-
<h2>Chào mừng bạn đến với DB-chat</h2>
|
| 91 |
-
<p>Trải nghiệm nền tảng trò chuyện thông minh và tiện lợi nhất.</p>
|
| 92 |
-
<a href="index2.html">Bắt đầu trò chuyện</a>
|
| 93 |
-
</section>
|
| 94 |
-
|
| 95 |
-
<footer>
|
| 96 |
-
© 2025 DB-chat. Đã đăng ký bản quyền.
|
| 97 |
-
</footer>
|
| 98 |
-
|
| 99 |
-
</body>
|
| 100 |
-
</html>
|
|
|
|
| 1 |
+
<!DOCTYPE html>
|
| 2 |
+
<html lang="vi">
|
| 3 |
+
<head>
|
| 4 |
+
<meta charset="UTF-8" />
|
| 5 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
| 6 |
+
<title>DB-chat</title>
|
| 7 |
+
<style>
|
| 8 |
+
body {
|
| 9 |
+
margin: 0;
|
| 10 |
+
font-family: Arial, sans-serif;
|
| 11 |
+
line-height: 1.6;
|
| 12 |
+
color: #333;
|
| 13 |
+
}
|
| 14 |
+
|
| 15 |
+
header {
|
| 16 |
+
background: #20232a;
|
| 17 |
+
color: #fff;
|
| 18 |
+
padding: 1rem 2rem;
|
| 19 |
+
display: flex;
|
| 20 |
+
justify-content: space-between;
|
| 21 |
+
align-items: center;
|
| 22 |
+
}
|
| 23 |
+
|
| 24 |
+
header h1 {
|
| 25 |
+
margin: 0;
|
| 26 |
+
font-size: 1.8rem;
|
| 27 |
+
}
|
| 28 |
+
|
| 29 |
+
nav a {
|
| 30 |
+
color: #61dafb;
|
| 31 |
+
margin-left: 20px;
|
| 32 |
+
text-decoration: none;
|
| 33 |
+
font-weight: bold;
|
| 34 |
+
}
|
| 35 |
+
|
| 36 |
+
.hero {
|
| 37 |
+
background: linear-gradient(to right, #00b4db, #0083b0);
|
| 38 |
+
color: white;
|
| 39 |
+
padding: 100px 20px;
|
| 40 |
+
text-align: center;
|
| 41 |
+
}
|
| 42 |
+
|
| 43 |
+
.hero h2 {
|
| 44 |
+
font-size: 2.5rem;
|
| 45 |
+
margin-bottom: 20px;
|
| 46 |
+
}
|
| 47 |
+
|
| 48 |
+
.hero p {
|
| 49 |
+
font-size: 1.2rem;
|
| 50 |
+
margin-bottom: 30px;
|
| 51 |
+
}
|
| 52 |
+
|
| 53 |
+
.hero a {
|
| 54 |
+
background-color: white;
|
| 55 |
+
color: #0083b0;
|
| 56 |
+
padding: 12px 24px;
|
| 57 |
+
text-decoration: none;
|
| 58 |
+
border-radius: 5px;
|
| 59 |
+
font-weight: bold;
|
| 60 |
+
transition: background-color 0.3s;
|
| 61 |
+
}
|
| 62 |
+
|
| 63 |
+
.hero a:hover {
|
| 64 |
+
background-color: #f0f0f0;
|
| 65 |
+
}
|
| 66 |
+
|
| 67 |
+
footer {
|
| 68 |
+
background: #20232a;
|
| 69 |
+
color: white;
|
| 70 |
+
text-align: center;
|
| 71 |
+
padding: 1rem 0;
|
| 72 |
+
position: relative;
|
| 73 |
+
bottom: 0;
|
| 74 |
+
width: 100%;
|
| 75 |
+
}
|
| 76 |
+
</style>
|
| 77 |
+
</head>
|
| 78 |
+
<body>
|
| 79 |
+
|
| 80 |
+
<header>
|
| 81 |
+
<h1>DB-chat</h1>
|
| 82 |
+
<nav>
|
| 83 |
+
<a href="index.html">Trang chủ</a>
|
| 84 |
+
<a href="index2.html">Trò chuyện</a>
|
| 85 |
+
<a href="forms.html">Đánh giá</a>
|
| 86 |
+
</nav>
|
| 87 |
+
</header>
|
| 88 |
+
|
| 89 |
+
<section class="hero">
|
| 90 |
+
<h2>Chào mừng bạn đến với DB-chat</h2>
|
| 91 |
+
<p>Trải nghiệm nền tảng trò chuyện thông minh và tiện lợi nhất.</p>
|
| 92 |
+
<a href="index2.html">Bắt đầu trò chuyện</a>
|
| 93 |
+
</section>
|
| 94 |
+
|
| 95 |
+
<footer>
|
| 96 |
+
© 2025 DB-chat. Đã đăng ký bản quyền.
|
| 97 |
+
</footer>
|
| 98 |
+
|
| 99 |
+
</body>
|
| 100 |
+
</html>
|