diff options
Diffstat (limited to 'view/password.php')
| -rw-r--r-- | view/password.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/view/password.php b/view/password.php index ae153b5..62f53ec 100644 --- a/view/password.php +++ b/view/password.php | |||
| @@ -75,9 +75,9 @@ ob_start(); | |||
| 75 | 75 | ||
| 76 | <!-- <link rel="shortcut icon" type="image/x-icon" href="favicon.ico" /> --> | 76 | <!-- <link rel="shortcut icon" type="image/x-icon" href="favicon.ico" /> --> |
| 77 | <link rel="icon" type="image/png" href="public/mouette-logo.png"> | 77 | <link rel="icon" type="image/png" href="public/mouette-logo.png"> |
| 78 | <link rel="stylesheet" type="text/css" href="public/css/normalize.css"> | 78 | <?= Versioning::insertCSS('normalize') ?> |
| 79 | <link rel="stylesheet" type="text/css" href="public/css/main.css"> | 79 | <?= Versioning::insertCSS('main') ?> |
| 80 | <script src="public/main.js" ></script> | 80 | <?= Versioning::insertJS('main') ?> |
| 81 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> | 81 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 82 | </head> | 82 | </head> |
| 83 | 83 | ||
