diff options
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> |