diff options
author | polo <ordipolo@gmx.fr> | 2025-01-13 00:44:49 +0100 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2025-01-13 00:44:49 +0100 |
commit | e9a5da044f63851aa37d401ef37c8102b08ae274 (patch) | |
tree | 12ebf8a0aefd7a63d6d7dcbe4ad7d74e6ee3bb92 /src/templates/page.php | |
parent | 0023ec83932beddb0f1c604f3c210189113c9b7a (diff) | |
download | ckeditor5-e9a5da044f63851aa37d401ef37c8102b08ae274.zip |
chemins changés, dossier integration
Diffstat (limited to 'src/templates/page.php')
-rw-r--r-- | src/templates/page.php | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/templates/page.php b/src/templates/page.php deleted file mode 100644 index 98e7979..0000000 --- a/src/templates/page.php +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
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> | ||