header: move images to local

This commit is contained in:
2026-06-03 02:49:30 +07:00
parent a91afac094
commit 0768839c60
15 changed files with 86 additions and 595 deletions
+10 -8
View File
@@ -1,21 +1,23 @@
<!-- views\newsPage\newsArticle1\newsArticle1.html -->
<!DOCTYPE html>
<!doctype html>
<html lang="vi">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Tin Tức - Công ty TNHH Đầu Tư Thương Mại Dịch Vụ Kỳ Long</title>
<link
href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.0/css/bootstrap.min.css"
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
/>
<link
rel="preload"
href="components/header/header.html"
as="fetch"
crossorigin="anonymous"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css"
rel="stylesheet"
/>
<link rel="stylesheet" href="components/header/header.css" />
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bootstrap-icons/font/bootstrap-icons.css"
/>
<link href="/components/header/header.css?v=1.1" rel="stylesheet" />
<link rel="stylesheet" href="components/footer/footer.css" />
<link rel="stylesheet" href="newsPages/newsArticle1/newsArticle1.css" />
</head>
@@ -490,7 +492,7 @@
<!-- Footer Component -->
<div id="footer"></div>
<script src="components/header/header.js"></script>
<script src="components/header/headerLoader.js"></script>
<script src="newsPages/newsArticle1/newsArticle1.js"></script>
</body>
</html>