summaryrefslogtreecommitdiff
path: root/website/music/index.html
diff options
context:
space:
mode:
authorPreston Pan <preston@nullring.xyz>2022-11-30 10:43:00 -0800
committerPreston Pan <preston@nullring.xyz>2022-11-30 10:43:00 -0800
commit537cc3e9dfb47e4d84d78ba19f6b760ab5955643 (patch)
treee55974ce379baa6ce87b5c0b9bbe494c0a5a7a62 /website/music/index.html
parent096e7834433a0e8eddebef586f868b8c2605609b (diff)
add music page
Diffstat (limited to 'website/music/index.html')
-rw-r--r--website/music/index.html24
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