-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
38 lines (30 loc) · 1.4 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
29
30
31
32
33
34
35
36
37
38
<!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" href="img/hearth.svg" type="image/png" alt="love favicon">
<title>Happy Valentine's Day</title>
<link href="https://fonts.googleapis.com/css2?family=Cairo&display=swap" rel="stylesheet">
<!-- <link href="https://fonts.googleapis.com/css2?family=Varela&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;1,500&display=swap" rel="stylesheet"> -->
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="love-card">
<div class="head-card">
<img src="img/hearth.svg" alt="hearth" class="love">
<p>🚀 Happy VALENTINE'S DAY, darlings ❤️</p>
<p>enjoy some rest and love</p>
</div>
<div class="foot-container">
<a href="https://www.instagram.com/hummingcode_/"><img src="img/icon-logo-account.png" alt="logo" class="logo"></a>
</div>
</div>
<audio autoplay>
<source src="sound/bensound-romantic.mp3" type="audio/mpeg">
Your browser does not support the HTML5 audio tag.
</audio>
</body>
</html>