1 | 1 |
deleted file mode 100644 |
... | ... |
@@ -1,18 +0,0 @@ |
1 |
-<!doctype html> |
|
2 |
- |
|
3 |
-<html lang="fr"> |
|
4 |
- |
|
5 |
-<head> |
|
6 |
- <meta charset="utf-8"> |
|
7 |
- |
|
8 |
- <title><?php echo $name ?></title> |
|
9 |
- <meta name="description" content= <?php echo '"'.$description.'"' ?> > |
|
10 |
- |
|
11 |
- <!-- Mobile viewport optimized: h5bp.com/viewport --> |
|
12 |
- <meta name="viewport" content="width=device-width"> |
|
13 |
- |
|
14 |
- <!-- Place favicon.ico and apple-touch-icon.png in the root directory: mathiasbynens.be/notes/touch-icons --> |
|
15 |
- |
|
16 |
- echo LAYOUT_TEMPLATE.DIRECTORY_SEPARATOR."top-css.pthml" |
|
17 |
- |
|
18 |
-</head> |
Signed-off-by: Emmanuel ROY <ornithorynxe@live.fr>
Emmanuel ROY authored on 09/12/2018 04:44:37... | ... |
@@ -0,0 +1,18 @@ |
1 |
+<!doctype html> |
|
2 |
+ |
|
3 |
+<html lang="fr"> |
|
4 |
+ |
|
5 |
+<head> |
|
6 |
+ <meta charset="utf-8"> |
|
7 |
+ |
|
8 |
+ <title><?php echo $name ?></title> |
|
9 |
+ <meta name="description" content= <?php echo '"'.$description.'"' ?> > |
|
10 |
+ |
|
11 |
+ <!-- Mobile viewport optimized: h5bp.com/viewport --> |
|
12 |
+ <meta name="viewport" content="width=device-width"> |
|
13 |
+ |
|
14 |
+ <!-- Place favicon.ico and apple-touch-icon.png in the root directory: mathiasbynens.be/notes/touch-icons --> |
|
15 |
+ |
|
16 |
+ echo LAYOUT_TEMPLATE.DIRECTORY_SEPARATOR."top-css.pthml" |
|
17 |
+ |
|
18 |
+</head> |