diff options
Diffstat (limited to 'src/view/templates/page.php')
-rw-r--r-- | src/view/templates/page.php | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/view/templates/page.php b/src/view/templates/page.php new file mode 100644 index 0000000..3153ced --- /dev/null +++ b/src/view/templates/page.php | |||
@@ -0,0 +1,15 @@ | |||
1 | <!DOCTYPE html> | ||
2 | <html lang="fr"> | ||
3 | <head> | ||
4 | <meta charset="utf-8"> | ||
5 | <title></title> | ||
6 | <link rel="icon" type="image/png" href=""> | ||
7 | <?= $css_hors_editeur ?> | ||
8 | <?= $css_editeur ?> | ||
9 | </head> | ||
10 | <body> | ||
11 | <div> | ||
12 | <?= $contenu ?> | ||
13 | </div> | ||
14 | </body> | ||
15 | </html> | ||