diff options
Diffstat (limited to 'website/music')
-rw-r--r-- | website/music/index.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/website/music/index.html b/website/music/index.html new file mode 100644 index 0000000..f4cd5e3 --- /dev/null +++ b/website/music/index.html @@ -0,0 +1,24 @@ +$$START TITLE +Music +$$END TITLE + +$$START CONTENT +<h1>Music</h1> + +<p> + Here you will find some of the music that I've made. + Note that I am not a professional at singing, but I think + I'm pretty good at piano. +</p> + +<h2>Songs</h2> +<ul> + <li><a href="/media/music/superposition.mp3">Superposition</a> -- my first single.</li> +</ul> + +<h2>Improvisation</h2> +<ul> + <li><a href="/media/music/dusk.mp3">dusk</a> -- dark yet hopeful.</li> +</ul> + +$$END CONTENT |