1
0
Fork 0
IdreXyz/templates/about.html
2016-02-02 18:28:58 +01:00

20 lines
532 B
HTML

{% extends "base.html" %}
{% block content %}
<p>Idiocrates Records is a french music label of various genres, from eurobeat
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
music.</p>
<p>We do not sell physical copies but feel free to contact us if you really feel
that we should. *&lt;B^)</p>
<div style="text-align: center;">
<img src="/static/img/logo.png" alt="logo" style="max-width: 200px" />
</div>
{% endblock %}