-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
22 lines (20 loc) · 920 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sushil Shrestha</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/png" sizes="160x160" href="favicon4.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon1.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon2.png">
<link rel="icon" type="image/png" sizes="96x96" href="favicon3.png">
</head>
<body>
<main>
<div class="iframe-container">
<iframe style="border-radius:12px" src="https://open.spotify.com/embed/album/3cpDDrIkvho5or4GNs6sL3?utm_source=generator&theme=0" width="100% auto" height="400" frameBorder="0" allowfullscreen="" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" loading="lazy"></iframe>
</div>
</main>
</body>
</html>