add footer
This commit is contained in:
parent
68b0abced2
commit
e492607203
1 changed files with 7 additions and 0 deletions
|
@ -236,6 +236,13 @@
|
||||||
|
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
|
|
||||||
|
<footer class="text-center text-lg-start text-light header-bar bg-dark">
|
||||||
|
<div class="text-center p-4" style="background-color: rgba(0, 0, 0, 0.05);">
|
||||||
|
© 2021 Copyright • Made with ❤️ by Aurore • CC-BY-SA 4.0 • Mentions légales
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
<script src="/static/js/bootstrap.js"></script>
|
<script src="/static/js/bootstrap.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in a new issue