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
+4
View File
@@ -0,0 +1,4 @@
def page_html(page):
with open(f'resources/views/{page}.html', 'r') as fichier_html:
res = fichier_html.read()
return res