2023-07-19 21:31:30 +02:00
|
|
|
---
|
|
|
|
const today = new Date();
|
|
|
|
---
|
|
|
|
|
2023-12-09 16:04:01 +01:00
|
|
|
<footer class="flex justify-center w-full py-5 fixed bottom-0 footerbg">
|
2023-08-01 20:16:34 +02:00
|
|
|
{today.getFullYear()} © Sindre Kjelsrud.
|
2023-08-22 15:59:48 +02:00
|
|
|
</footer>
|