-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (40 loc) · 1.41 KB
/
Copy pathindex.html
File metadata and controls
44 lines (40 loc) · 1.41 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" type="image/png" href="img/favicon.png"/>
<title>ThanggLoveHangg</title>
</head>
<body>
<div id="wrapper">
<h1>LOVE DAYS</h1>
<div id="clock-box">
<div id="clock">
<date>0 DAYS</date>
<time>00:00:00</time>
</div>
</div>
<div id="info">
<div class="one">
<img src="img/main.jpg" class="avt">
<p>Dương Ngọc Thắng</p>
</div>
<div id="heart">
❤<anni>...</anni>
</div>
<div class="two">
<img src="img/main2.jpg" class="avt">
<p>Nguyễn Thu Hằng</p>
</div>
</div>
<div id="music">
<audio loop autoplay controls>Your browser does not support the audio element.</audio>
</div>
<footer>Thank you for your love 💕</footer>
</div>
<script src="app.js"></script>
</body>
</html>