mirror of
https://github.com/Motschen/midnightdust-eu.git
synced 2025-12-15 18:15:10 +01:00
16 lines
318 B
Plaintext
16 lines
318 B
Plaintext
---
|
|
const currentYear = new Date().getFullYear()
|
|
---
|
|
|
|
<footer>
|
|
<section class="py-8 text-center">
|
|
<div class="container">
|
|
<p>
|
|
© {currentYear} - MidnightDust. A project by <a
|
|
href="https://github.com/Motschen">Martin Prokoph</a
|
|
>.
|
|
</p>
|
|
</div>
|
|
</section>
|
|
</footer>
|