sakrecoer-mother-web/music/index.html

35 lines
1.4 KiB
HTML
Raw Normal View History

---
title: Track Index
---
<!DOCTYPE html>
<html>
<head>
2019-04-24 18:56:12 +02:00
<meta charset="utf-8" />
<meta name="dc.date.modified" scheme="ISO8601" content="{{ site.time | date_to_xmlschema }}" />
<meta name="robots" content="index"/>
<meta name="description" content="Index of Musical pieces by Sakrecoer.">
<meta name="keywords" content="{% for post in site.categories.music offset: 0 %}{{ post.title }}, {% endfor %}Sakrecoer, reSet Sakrecoer, Simio, Agga, Fo0bar, pusSet, Free, Music, GNUsic, Electronic, Techno, mp3, ogg, flac, open source, open mind, groove, funk, hiphop, gospel, Kick'n'base, basspistol, villamagica, artifexbcn, subnatura, micro, hardware, elektron, machinedrum, octatrack, monomachine, jomox, mbase01, waldorf, blofeld, AW16G, yamaha, synthesizer, synths, creative, commons, zoom, r16">
<link rel="shortcut icon" href="{{ base }}/assets/img/mininewskoolLOGO.png" type="image/png" />
<title>{{ page.title }} - Sakrecoer</title>
<link rel="stylesheet" type="text/css" href="{{ base }}/assets/css/kid3index.css" />
</head>
<body>
<div style="width: 100%;" id="picker">
{% for post in site.categories.music offset: 0 %}
<a href="{{ post.url }}"><div class="vignette" style="background:url({{ site.audio_url }}{{ post.bgimg }});background-size:cover;">
<p><strong>{{ post.title }}</strong></p></div></a>
{% endfor %}
<br style="clear: left;" />
</div>
{% include navmenu.html %}
</body>
</html>