Brand page

This commit is contained in:
David Hill
2025-10-30 22:13:48 +00:00
parent f18847d739
commit 37baed99c1
23 changed files with 401 additions and 82 deletions

View File

@@ -1,3 +1,5 @@
import { A } from "@solidjs/router"
export function Legal() {
return (
<div data-component="legal">
@@ -5,10 +7,7 @@ export function Legal() {
©{new Date().getFullYear()} <a href="https://anoma.ly">Anomaly</a>
</span>
<span>
<a href="/brand">Brand</a>
</span>
<span>
<a href="/legal">Legal</a>
<A href="/brand">Brand</A>
</span>
</div>
)