13 lines
207 B
Plaintext
13 lines
207 B
Plaintext
---
|
|
const today = new Date();
|
|
---
|
|
|
|
<footer>
|
|
© {today.getFullYear()} Nicola Zambello. <em data-tooltip="😉">No rights reserved</em>.
|
|
</footer>
|
|
<style>
|
|
footer {
|
|
text-align: center;
|
|
}
|
|
</style>
|