Arrcttacsrks commited on
Commit
f279d88
·
verified ·
1 Parent(s): 7a854ba

Create index.html

Browse files
Files changed (1) hide show
  1. index.html +19 -0
index.html ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="vi">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
+ <title>Yêu Yến</title>
7
+ <link rel="stylesheet" href="style.css" />
8
+ </head>
9
+ <body>
10
+ <div class="container">
11
+ <h1 class="glow">YÊU YẾN MÃI MÃI</h1>
12
+ <div class="hearts">
13
+ <div class="heart"></div>
14
+ <div class="heart"></div>
15
+ <div class="heart"></div>
16
+ </div>
17
+ </div>
18
+ </body>
19
+ </html>