stuff
This commit is contained in:
@@ -2,10 +2,12 @@ import { html } from "@mastrojs/mastro";
|
||||
|
||||
export const Footer = () => html`
|
||||
<footer>
|
||||
<div>
|
||||
<div class="bg-stone-950 rounded p-2 mb-4">
|
||||
Made with
|
||||
<a href="https://github.com/mastrojs/mastro">Mastro</a> ©
|
||||
${new Date().getFullYear()}
|
||||
<a href="https://github.com/mastrojs/mastro" class="font-bold font-mono"
|
||||
>Mastro</a
|
||||
>
|
||||
© ${new Date().getFullYear()}
|
||||
</div>
|
||||
</footer>
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user