diff options
author | polo <ordipolo@gmx.fr> | 2023-07-27 11:33:52 +0200 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2023-07-27 11:33:52 +0200 |
commit | 353a25789d477a0403f0acf35cef158ec8c8e4eb (patch) | |
tree | b3ebc830db9de6baf9ef46f1519633fc968bc5cf /view/template.php | |
parent | 3c35bd40e92ef11230d5ad3ea2d9dbe516508eb4 (diff) | |
download | melaine-353a25789d477a0403f0acf35cef158ec8c8e4eb.zip |
float left actualité, validation W3C partie 1
Diffstat (limited to 'view/template.php')
-rw-r--r-- | view/template.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/view/template.php b/view/template.php index b86a41c..2a4d182 100644 --- a/view/template.php +++ b/view/template.php | |||
@@ -2,16 +2,16 @@ | |||
2 | 2 | ||
3 | <html lang="fr" > | 3 | <html lang="fr" > |
4 | <head> | 4 | <head> |
5 | <meta charset="utf-8" /> | 5 | <meta charset="utf-8"> |
6 | <title><?= $title ?></title> | 6 | <title><?= $title ?></title> |
7 | 7 | ||
8 | <!-- partie que Melaine doit écrire --> | 8 | <!-- partie que Melaine doit écrire --> |
9 | <meta name="description" content="" /> | 9 | <meta name="description" content=""> |
10 | 10 | ||
11 | <!-- <link rel="shortcut icon" type="image/x-icon" href="public/favicon.ico" /> --> | 11 | <!-- <link rel="shortcut icon" type="image/x-icon" href="public/favicon.ico" /> --> |
12 | <link rel="icon" type="image/png" href="public/mouette-logo.png" > | 12 | <link rel="icon" type="image/png" href="public/mouette-logo.png"> |
13 | <link rel="stylesheet" type="text/css" href="public/css/normalize.css"> | 13 | <link rel="stylesheet" type="text/css" href="public/css/normalize.css"> |
14 | <link rel="stylesheet" type="text/css" href="public/css/main.css" /> | 14 | <link rel="stylesheet" type="text/css" href="public/css/main.css"> |
15 | <?php | 15 | <?php |
16 | if(isset($css)) // fichiers CSS supplémentaires | 16 | if(isset($css)) // fichiers CSS supplémentaires |
17 | { | 17 | { |
@@ -23,7 +23,7 @@ if(isset($js)) // fonctions dans main.js puis appel des fonctions | |||
23 | echo($js); | 23 | echo($js); |
24 | } | 24 | } |
25 | ?> | 25 | ?> |
26 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | 26 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
27 | </head> | 27 | </head> |
28 | 28 | ||
29 | <body> | 29 | <body> |