2023-05-30 17:12:28 +02:00
|
|
|
---
|
2023-07-16 17:53:28 +02:00
|
|
|
const today = new Date();
|
2023-05-30 17:12:28 +02:00
|
|
|
---
|
|
|
|
|
|
|
|
|
|
<footer>
|
2023-07-16 17:53:28 +02:00
|
|
|
© {today.getFullYear()} Nicola Zambello. <em data-tooltip="😉">No rights reserved</em>.
|
2023-05-30 17:12:28 +02:00
|
|
|
</footer>
|
|
|
|
|
<style>
|
2023-05-31 10:10:31 +02:00
|
|
|
footer {
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
2023-05-30 17:12:28 +02:00
|
|
|
</style>
|