Ajout autre version accueil
This commit is contained in:
parent
132be6db03
commit
babd9f2aba
5 changed files with 23 additions and 1 deletions
19
templates/index2.html
Normal file
19
templates/index2.html
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block header %}{% endblock %}
|
||||
{% block bodyclass %}home{% endblock %}
|
||||
{% block content %}
|
||||
<div>
|
||||
<div class="hometitle text-center">
|
||||
<a href="{% url 'presentation' %}">
|
||||
<img class="home-stylise" src="{% static 'img/gospel-stylise.jpg' %}">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="homeaudio" class="d-flex justify-content-center">
|
||||
<div class="text-start">
|
||||
<i>Écouter:</i><br>
|
||||
<audio controls src="{% static 'songs/WeShallOvercome.mp3' %}"></audio>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue