feat: add http server with a page serving service informations
This commit is contained in:
9
http/templates/footer.html
Normal file
9
http/templates/footer.html
Normal file
@ -0,0 +1,9 @@
|
||||
{{ define "footer" }}
|
||||
<footer class="footer">
|
||||
<div class="container">
|
||||
<div class="content has-text-centered">
|
||||
Ce service est propulsé par Rebound, un logiciel libre diffusé sous licence <a href="#">AGPL-3.0</a>.
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
{{ end }}
|
Reference in New Issue
Block a user