Add files via upload

This commit is contained in:
TuturP33
2023-11-05 14:36:34 +01:00
committed by GitHub
parent 39cf40c2e5
commit 26b0db2eb8
10 changed files with 105 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
from modules import page_html
def page_accueil():
return page_html('welcome')
def a_propos():
return "À propos de nous!"