diff options
Diffstat (limited to 'articles/2023/kind-of-blue.html')
| -rwxr-xr-x | articles/2023/kind-of-blue.html | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/articles/2023/kind-of-blue.html b/articles/2023/kind-of-blue.html new file mode 100755 index 0000000..83c1f7b --- /dev/null +++ b/articles/2023/kind-of-blue.html @@ -0,0 +1,52 @@ +<!doctype html> +<html lang="EN"> + <head> + <meta charset="utf-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1" /> + <link rel="stylesheet" href="/style.css" /> + <title>Bloggings</title> + </head> + <body> + <header> + <h1>Bloggings</h1> + <a href="/index.php">Back</a> + </header> + + <main> + <article> + <h2>Kind of Blue</h2> + <h3>11-11-2023</h3> + <p> + The best selling Jazz album of all time. 1959, the year everything + changed. + </p> + <div class="wrapper"> + <iframe + src="https://www.youtube.com/embed/j9QXpfvgSVk" + title="Miles Davis - Kind of Blue - Full Album" + frameborder="0" + allow=" + accelerometer; + autoplay; + clipboard-write; + encrypted-media; + gyroscope; + picture-in-picture; + web-share; + " + allowfullscreen + ></iframe> + </div> + <p> + <a href="https://youtu.be/j9QXpfvgSVk" + >https://youtu.be/j9QXpfvgSVk</a + > + </p> + </article> + </main> + <footer> + <p> </p> + <p>ยง</p> + </footer> + </body> +</html> |
