16 lines
No EOL
351 B
HTML
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 | 2023
|
|
</footer>
|
|
</center>
|
|
{{end}} |