Skip to content

Commit

Permalink
Update music.html
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmederos authored Dec 1, 2024
1 parent 1b0c633 commit d147674
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions music.html
Original file line number Diff line number Diff line change
@@ -1 +1,22 @@

---
# Feel free to add content and custom Front Matter to this file.
# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults

layout: default
---

<section class="Music">
<div class="container-fluid">
<div class="row">
<div class="col-xs-12 col-md-2">
{% include side_navigation.html %}
</div>
<div class="col-xs-12 col-md-7">
<p class="line-lg">
<a href="https://music.apple.com/us/album/leave-out-all-the-rest-ep/284531486">Leave out all the rest</a> by Linkin Park
</p>
</div>
</div>
</div>
</section>

0 comments on commit d147674

Please sign in to comment.