Adds css and js files

This commit is contained in:
Tutur33
2023-11-05 17:37:42 +01:00
parent 998af22328
commit be54738678
11 changed files with 80 additions and 7 deletions
+4 -1
View File
@@ -1,4 +1,7 @@
routes = {
"/": "page_accueil",
"/a-propos": "a_propos"
"/style.css": "page_accueil_css",
"/a-propos": "a_propos",
"/aboute.css": "a_propos_css"
}