rewrote website with leptos

This commit is contained in:
Philippe Loctaux 2024-05-02 18:36:00 +02:00
parent f3a6e1c8a5
commit b274a41939
78 changed files with 3853 additions and 2397 deletions

13
.editorconfig Normal file
View file

@ -0,0 +1,13 @@
root = true
[*]
charset = utf-8
end_of_line = lf
[*.js]
indent_style = space
indent_size = 2
[*.json]
indent_style = space
indent_size = 4