Add playlists
This commit is contained in:
parent
3509ba9974
commit
b278e2fac0
@ -8,5 +8,6 @@
|
|||||||
{"title":"GitLab", "link": "https://gitlab.com/lambdapaul"},
|
{"title":"GitLab", "link": "https://gitlab.com/lambdapaul"},
|
||||||
{"title":"Mastodon", "link": "https://mastodon.social/@lambdapaul"},
|
{"title":"Mastodon", "link": "https://mastodon.social/@lambdapaul"},
|
||||||
{"title":"Matrix", "link": "https://matrix.to/#/@lambdapaul:matrix.org"},
|
{"title":"Matrix", "link": "https://matrix.to/#/@lambdapaul:matrix.org"},
|
||||||
{"title":"Keybase", "link": "https://keybase.io/lambdapaul"}
|
{"title":"Keybase", "link": "https://keybase.io/lambdapaul"},
|
||||||
|
{"title":"Playlists", "link": "/pages/playlists"}
|
||||||
]
|
]
|
@ -12,6 +12,7 @@
|
|||||||
</nav>
|
</nav>
|
||||||
<div class="nav-list">
|
<div class="nav-list">
|
||||||
<a href="/pages/grade-calc/">Grade Calculator</a>
|
<a href="/pages/grade-calc/">Grade Calculator</a>
|
||||||
|
<a href="/pages/playlists">Playlists</a>
|
||||||
<a href="/pages/recommended">Recommended</a>
|
<a href="/pages/recommended">Recommended</a>
|
||||||
<a href="/pages/resources">Resources</a>
|
<a href="/pages/resources">Resources</a>
|
||||||
</div>
|
</div>
|
||||||
|
24
pages/playlists.html
Normal file
24
pages/playlists.html
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<title>Pages / Playlists</title>
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<link rel="stylesheet" href="/stylesheets/persia.css">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<h1 class="title"><a href="/">PaulW.XYZ</a> / <a href="/pages/">Pages</a> / Playlists</h1>
|
||||||
|
<section class="block">
|
||||||
|
<h2>Music</h2>
|
||||||
|
<h3>Classical by Composer</h3>
|
||||||
|
<ul>
|
||||||
|
<li><a href="https://youtube.com/playlist?list=PLSU6wJEYct5HslkoJWHQFCttB-lhSwVr2">[Youtube] Baroque Red Metal Priest
|
||||||
|
/ Antonio Lucio Vivaldi</a></li>
|
||||||
|
<li><a href="https://youtube.com/playlist?list=PLSU6wJEYct5HftuY6UunC6zE_QMXOGmhm">[Youtube] Papa Bach / Johann Sebastian Bach</a></li>
|
||||||
|
<li><a href="https://youtube.com/playlist?list=PLSU6wJEYct5Etx0WAXUQ7YXe84Fp5E142">[Youtube] Luigi Bee the Oven / Ludwig van Beethoven</a></li>
|
||||||
|
<li><a href="https://youtube.com/playlist?list=PLSU6wJEYct5EJsE-9Zh-jWckBuZAmIt8Q">[Youtube] Leck Mozart im Arsch / Wolfgang Amadeus Mozart</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user