1
0
Fork 0
IdreXyz/templates/about.html

20 lines
532 B
HTML
Raw Normal View History

2015-03-14 22:38:12 +01:00
{% extends "base.html" %}
{% block content %}
<p>Idiocrates Records is a french music label of various genres, from eurobeat
2015-05-17 17:00:44 +02:00
to harsh noise, with chiptunes and post-metal. More than anything it's a
community of friends with common interests, that happens to produce a lot of
2015-03-14 22:38:12 +01:00
music.</p>
<p>We do not sell physical copies but feel free to contact us if you really feel
2015-08-23 12:37:53 +02:00
that we should. *&lt;B^)</p>
2015-03-14 22:38:12 +01:00
2015-05-17 17:00:44 +02:00
<div style="text-align: center;">
2015-07-06 21:33:56 +02:00
<img src="/static/img/logo.png" alt="logo" style="max-width: 200px" />
2015-05-17 17:00:44 +02:00
</div>
2015-03-14 22:38:12 +01:00
{% endblock %}