mirror of
https://github.com/arthur-pbty/PyRoute.git
synced 2026-06-03 15:07:34 +02:00
7 lines
141 B
Python
7 lines
141 B
Python
routes = {
|
|
"/": "page_accueil",
|
|
"/style.css": "page_accueil_css",
|
|
|
|
"/a-propos": "a_propos",
|
|
"/aboute.css": "a_propos_css"
|
|
} |