Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
namlecmd authored Nov 27, 2024
1 parent fa44c53 commit d7508ef
Showing 1 changed file with 31 additions and 4 deletions.
35 changes: 31 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,37 @@
<!DOCTYPE html>
<html>
<html lang="vi">
<head>
<title>My First GitHub Page</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>HoaiNam!</title>
<style>
body {
font-family: Arial, sans-serif;
text-align: center;
background-color: #ffe4e1;
color: #8069ff;
margin: 0;
padding: 0;
}
h1 {
font-size: 3em;
margin-top: 20px;
text-shadow: 2px 2px 5px #8069ff;
}
img {
width: 400px;
height: auto;
border: 5px solid #8069f4;
border-radius: 10px;
margin: 20px 0;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
</style>
</head>
<body>
<h1>Chào mừng bạn đến với GitHub Pages!</h1>
<p>Đây là trang demo đầu tiên của tôi.</p>
<h1> HoaiNam </h1>
<img src="{{ image_url }}" alt="hihi" style="max-width: 100%; height: auto;">

<p>Chúc bạn một ngày mới như con Cặc 🥳</p>
</body>
</html>

0 comments on commit d7508ef

Please sign in to comment.