mirror of
https://github.com/arthur-pbty/PyRoute.git
synced 2026-06-03 23:36:22 +02:00
8 lines
137 B
Python
8 lines
137 B
Python
from modules import page_html
|
|
|
|
|
|
def page_accueil():
|
|
return page_html('welcome')
|
|
|
|
def a_propos():
|
|
return "À propos de nous!" |