mirror of
https://github.com/arthur-pbty/PyRoute.git
synced 2026-06-03 15:07:34 +02:00
Add files via upload
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
from modules import page_html
|
||||
|
||||
|
||||
def page_accueil():
|
||||
return page_html('welcome')
|
||||
|
||||
def a_propos():
|
||||
return "À propos de nous!"
|
||||
Reference in New Issue
Block a user