file_db_app/pb_hooks/views/base/footer.html
2024-06-26 11:31:56 +02:00

16 lines
No EOL
351 B
HTML

{{define "footer"}}
<style>
footer {
max-width: 512px;
background-color: bisque;
border-radius: 5px 5px 0px 0px;
margin-top: 20px;
padding: 2px 5px 5px;
}
</style>
<center>
<footer>
Author: pietru | 2024
</footer>
</center>
{{end}}