diff options
author | polo <ordipolo@gmx.fr> | 2024-10-27 13:34:13 +0100 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2024-10-27 13:34:13 +0100 |
commit | 5b455dbf1474a3c7c839cd129fd470f1fdae6b0c (patch) | |
tree | 85200f78a951a5ff8ac8f105bce5834c162ab717 /src | |
download | ckeditor5-5b455dbf1474a3c7c839cd129fd470f1fdae6b0c.zip |
v2 avec NPM et composer, customizable et plus facile à intégrer
Diffstat (limited to 'src')
-rw-r--r-- | src/templates/page.php | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/templates/page.php b/src/templates/page.php new file mode 100644 index 0000000..98e7979 --- /dev/null +++ b/src/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 | <link rel="stylesheet" href="lib/ckeditor5/article_hors_editeur.css" /> | ||
8 | <?= $css_editeur ?> | ||
9 | </head> | ||
10 | <body> | ||
11 | <div> | ||
12 | <?= $contenu ?> | ||
13 | </div> | ||
14 | </body> | ||
15 | </html> | ||