diff options
Diffstat (limited to 'public/index.html')
-rw-r--r-- | public/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/index.html b/public/index.html index 8e2599d..587080b 100644 --- a/public/index.html +++ b/public/index.html @@ -6,6 +6,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"> <title>Conseils de lecture</title> <link rel="stylesheet" href="reset.css"> + <link rel="stylesheet" href="global.css"> <link rel="icon" href="icon.png"> <script src="main.js"></script> </head> |