first commit

This commit is contained in:
Rafael Rohal 2026-04-28 02:07:22 +02:00
commit 31077d2e09
7 changed files with 508 additions and 0 deletions

11
.gitignore vendored Normal file
View file

@ -0,0 +1,11 @@
# ignore everything
*
# allow
!.gitignore
!index.html
!style.css
!script.js
!robots.txt
!fonts/
!fonts/**