22 lines
690 B
HTML
22 lines
690 B
HTML
meta: yes
|
|
title: Music
|
|
description: Listen to all of the music I've made!
|
|
head: <script src="player.js"></script>
|
|
<link rel="alternate" type="application/rss+xml" title="Ryan's Music" href="feed.xml"/>
|
|
template: page
|
|
|
|
<style>
|
|
audio {{
|
|
width: 100%;
|
|
}}
|
|
div.player audio {{
|
|
margin-top: 12px;
|
|
}}
|
|
</style>
|
|
<h1>Music</h1>
|
|
<p>On this page, you can find all of my attempts at music.<br/>If you would like to listen to it elsewhere, you can find my other profiles on my <a href="{root}about{ext}">about page</a>.</p>
|
|
<p>Subscribe to my <a href="feed.xml">RSS feed</a> to see my posts first.</p>
|
|
<hr/>
|
|
<!--Using a <ul> would be more structural, but that's too much voodoo.-->
|
|
{content}
|