-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
47 lines (47 loc) · 1.59 KB
/
Copy pathindex.php
File metadata and controls
47 lines (47 loc) · 1.59 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html lang="vi">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>HungKeyTool - Công cụ tiện ích</title>
<link rel="stylesheet" href="styles.css">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet">
</head>
<body>
<header>
<nav>
<div class="logo">HungKeyTool</div>
<ul>
<li><a href="#home">Trang chủ</a></li>
<li><a href="#features">Tính năng</a></li>
<li><a href="#contact">Liên hệ</a></li>
</ul>
</nav>
</header>
<main>
<section id="hero">
<h1>Chào mừng đến với HungKeyTool</h1>
<p>Công cụ hỗ trợ mạnh mẽ cho mọi nhu cầu của bạn</p>
<a href="#download" class="btn">Tải xuống ngay</a>
</section>
<section id="features">
<h2>Tính năng nổi bật</h2>
<div class="feature-grid">
<div class="feature-item">Tính năng 1</div>
<div class="feature-item">Tính năng 2</div>
<div class="feature-item">Tính năng 3</div>
</div>
</section>
</main>
<footer>
<p>© 2025 HungKeyTool. All rights reserved.</p>
</footer>
</body>
</html> if (key) {
keyElement.textContent = `Key của bạn là: ${key}`;
} else {
keyElement.textContent = 'Không có key nào được truyền!';
}
</script>
</body>
</html>