-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (25 loc) · 1.05 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ủng hộ</title>
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
<link rel="shortcut icon" type="image/png" href="./logo.ico"/>
</head>
<body>
<div class="container">
<h1>Ủng hộ</h1>
<p>Chúng tôi rất trân trọng sự hỗ trợ của bạn. Bạn có thể thực hiện ủng hộ bằng cách chuyển khoản vào tài khoản dưới đây:</p>
<div class="account-info">
<p><strong>Số tài khoản:</strong> <span id="accountNumber">Tran Pham Duy Minh | MBBank | 0859992120</span></p>
</div>
<div class="bank-icon">
<i class="fas fa-university"></i>
</div>
<p>Xin chân thành cảm ơn sự đóng góp của bạn!</p>
</div>
<script src="script.js"></script>
</body>
</html>