Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

Added playlist #119

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 20 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1517,6 +1517,25 @@ <h6>By Deepak</h6>
</div>
</div>


<!-- ------ Sitanshu's card--------- -->
<div class="card">

<div class="image">
<img
src="https://i.pinimg.com/originals/5c/52/5a/5c525a1c328a66aa024b590198630218.jpg">
</div>
<div class="title">
<h1>
Summer Serotonin🫠</h1>
<h6>By Sitanshu</h6>
</div>
<div class="des">
<iframe style="border-radius:12px" src="https://open.spotify.com/embed/playlist/1FGAtqDLyHHSJ52YZB7vb0?utm_source=generator" width="100%" height="380" frameBorder="0" allowfullscreen="" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" loading="lazy"></iframe>
<button>The best summer playlist ;)</button>

</div>
</div>


</body>
</html>