Add footer template and include it in base and hero templates; update legal URL path
All checks were successful
Build and push Docker image / build (push) Successful in 2m6s
All checks were successful
Build and push Docker image / build (push) Successful in 2m6s
This commit is contained in:
parent
ac07607dd0
commit
c115fa603c
5 changed files with 16 additions and 3 deletions
|
@ -1,10 +1,13 @@
|
|||
{% load static %}
|
||||
<div id="hero">
|
||||
<div>
|
||||
<main>
|
||||
<i class="ri-music-ai-fill big-logo"></i>
|
||||
<h1>Musik</h1>
|
||||
<p>
|
||||
<a href="{% url "login" %}" role="button"><i class="ri-play-fill"></i> Jouer</a>
|
||||
</p>
|
||||
</div>
|
||||
</main>
|
||||
<footer>
|
||||
{% include "footer.html" %}
|
||||
</footer>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue