diff options
Diffstat (limited to 'view/password.php')
-rw-r--r-- | view/password.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/password.php b/view/password.php index 2dabcdd..d63e986 100644 --- a/view/password.php +++ b/view/password.php | |||
@@ -55,8 +55,8 @@ ob_start(); | |||
55 | 55 | ||
56 | <!-- <link rel="shortcut icon" type="image/x-icon" href="favicon.ico" /> --> | 56 | <!-- <link rel="shortcut icon" type="image/x-icon" href="favicon.ico" /> --> |
57 | <link rel="icon" type="image/png" href="public/mouette-logo.png" > | 57 | <link rel="icon" type="image/png" href="public/mouette-logo.png" > |
58 | <link rel="stylesheet" type="text/css" href="public/normalize.css"> | 58 | <link rel="stylesheet" type="text/css" href="public/css/normalize.css"> |
59 | <link rel="stylesheet" type="text/css" href="public/accueil.css" /> | 59 | <link rel="stylesheet" type="text/css" href="public/css/accueil.css" /> |
60 | <script type="text/javascript" src="public/main.js" ></script> | 60 | <script type="text/javascript" src="public/main.js" ></script> |
61 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | 61 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
62 | </head> | 62 | </head> |