-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
51 changed files
with
18,867 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link rel="stylesheet" href="b.css"> | ||
<title>Không gian văn hóa Hồ Chí Minh</title> | ||
</head> | ||
<body> | ||
<header> | ||
<h1>Không gian văn hóa Hồ Chí Minh</h1> | ||
<nav> | ||
<ul> | ||
<li><a href="index.html">Trang chủ</a></li> | ||
<li><a href="life-career.html">Cuộc đời - sự nghiệp</a></li> | ||
<li><a href="ideals-ethics-style.html">Tư tưởng - đạo đức - phong cách</a></li> | ||
<li><a href="artworks.html">Tác phẩm</a></li> | ||
<li><a href="ho-with-youth.html">Bác Hồ với thanh niên</a></li> | ||
<li><a href="youth-follows-uncle.html">Thanh niên tiên tiến làm theo lời Bác</a></li> | ||
<li><a href="good-deeds.html">Chuyện tốt việc đẹp</a></li> | ||
</ul> | ||
</nav> | ||
</header> | ||
<main> | ||
<!-- Nội dung trang chủ --> | ||
<section> | ||
<h2>Chào mừng đến với Không gian văn hóa Hồ Chí Minh</h2> | ||
<p>...</p> | ||
</section> | ||
</main> | ||
<footer> | ||
<p>© 2024 Không gian văn hóa Hồ Chí Minh</p> | ||
</footer> | ||
</body> | ||
</html> |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"name":"","short_name":"","icons":[{"src":"./android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"./android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"} |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
body { | ||
font-family: 'Arial', sans-serif; | ||
margin: 0; | ||
padding: 0; | ||
background-color: #fff; /* Màu nền trắng */ | ||
} | ||
|
||
header { | ||
background-color: #e91e63; /* Màu hồng */ | ||
color: white; | ||
text-align: center; | ||
padding: 1em 0; | ||
} | ||
|
||
nav a { | ||
text-decoration: none; | ||
color: #e91e63; /* Màu hồng cho các liên kết */ | ||
} | ||
|
||
main { | ||
padding: 20px; | ||
} | ||
|
||
footer { | ||
background-color: #e91e63; /* Màu hồng cho phần footer */ | ||
color: white; | ||
text-align: center; | ||
padding: 1em 0; | ||
position: fixed; | ||
bottom: 0; | ||
width: 100%; | ||
} |
Oops, something went wrong.