-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (26 loc) · 1.11 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
26
27
28
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/png" href="./img/CILKGax.png" />
<!-- 1. Tiêu đề của file index -->
<title>Happy birthday</title>
<link rel="stylesheet" href="./css/style.css" />
</head>
<body class="page__main">
<div class="buttons">
<!-- Chữ ở menu bạn có thể sửa lại theo ý của bạn -->
<a href="index.html" class="btn btn-bir">Sinh nhật</a>
<a href="timeline.html" class="btn btn-timeline">Dòng thời gian</a>
<a href="gallery.html" class="btn btn-gallery">Ảnh kĩ niệm</a>
</div>
<!-- 2. Phần ảnh của người bạn mún chúc -->
<img src="./img/1.jpg" alt="" class="cover" />
<!-- 3. Phần nhạc -->
<audio id="player" autoplay loop>
<source src="./music/music.mp3" type="audio/mp3" />
</audio>
</body>
</html>