1
0
Fork 0
IdreXyz/templates/about.html

17 lines
457 B
HTML
Raw Normal View History

2015-03-14 22:38:12 +01:00
{% extends "base.html" %}
{% block content %}
2020-05-03 00:03:59 +02:00
<p>Idiocrates Records is a french music label with no main genre. More than
anything it's a community of friends with common interests, that happens to
produce music. We do not often produce physical releases but feel free to
contact us if you really feel that we should.</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 %}