Add Dockerfile, add raw view

This commit is contained in:
2025-12-21 13:27:12 +01:00
parent 9bb649c9e2
commit b1541f8777
35 changed files with 2811 additions and 78 deletions

View File

@ -0,0 +1,5 @@
export default function Footer() {
return (
<div>© 2025 by gaertan.art | All rights reserved</div>
);
}