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

Added Playlist #172

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
27 changes: 26 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,32 @@ <h6>By Anikalp Jaiswal</h6>
<button>A playlist to cry with, happy crying.</button>
</div>
</div>

<!--Ishan's card -->
<div class="card">
<div class="image">
<img
src="https://yt3.ggpht.com/ytc/AMLnZu_v2kFc6bmoDFttmFQi27bJg6pQDO1UIKP3HnhF=s900-c-k-c0x00ffffff-no-rj"
/>
</div>
<div class="title">
<h1>Purane Waqt</h1>
<h6>By ishan</h6>
</div>
<div class="des">
<iframe
style="border-radius: 12px"
src="https://open.spotify.com/embed/playlist/2sA094SvjFSGf8maZYKRIN?si=d91a46885614439a?utm_source=generator"
width="100%"
height="380"
frameborder="0"
allowfullscreen=""
allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture"
loading="lazy"
></iframe>
<button>Old id Gold</button>
</div>
</div>

<!--Aadarsh's card -->
<div class="card">
<div class="image">
Expand Down