-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (32 loc) · 1.02 KB
/
index.html
File metadata and controls
38 lines (32 loc) · 1.02 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="suzata, suzu, sujata, love, princess, goddess, pukuu, love envelope">
<meta name="description" content="Love envelope for your love.">
<meta property="og:image" content="./assets/moon.jpg" />
<title>Love you Suzata</title>
<link rel="icon" href="./heart-icons/red-heart-32.png" type="image/png">
<link rel="stylesheet" href="./styles.css">
</head>
<body>
<div class="envelope">
</div>
<div class="card">
<div class="back">
<!-- <img src="./assets/second.jpg" alt="You"> -->
</div>
<div class="front">
<div class="f-box">
<img src="./assets//card-bg.jpg" alt="card cover">
</div>
</div>
<div class="text-container">
<p>
Love you so much meri pukuu❤️!!
</p>
</div>
</div>
</body>
</html>