17 lines
457 B
HTML
17 lines
457 B
HTML
{% extends "base.html" %}
|
|
|
|
|
|
|
|
{% block content %}
|
|
|
|
<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>
|
|
|
|
<div style="text-align: center;">
|
|
<img src="/static/img/logo.png" alt="logo" style="max-width: 200px" />
|
|
</div>
|
|
|
|
{% endblock %}
|