-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathnew-version.html
More file actions
18 lines (18 loc) · 777 Bytes
/
new-version.html
File metadata and controls
18 lines (18 loc) · 777 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
<head>
<title>Redirecting...</title>
<!-- Chuyển hướng ngay lập tức đến trang chủ mới -->
<meta http-equiv="refresh" content="0; url=https://tranhuudat2004.github.io/" />
<!-- Báo cho công cụ tìm kiếm biết đây là địa chỉ chính thức, tốt cho SEO -->
<link rel="canonical" href="https://tranhuudat2004.github.io/" />
<style>
body { font-family: sans-serif; text-align: center; padding-top: 5rem; background-color: #121212; color: #f4f4f5; }
a { color: #c084fc; }
</style>
</head>
<body>
<h1>Redirecting you to the new portfolio...</h1>
<p>If you are not redirected automatically, please <a href="https://tranhuudat2004.github.io/">click here</a>.</p>
</body>
</html>