diff options
Diffstat (limited to 'public/index.html')
-rw-r--r-- | public/index.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/public/index.html b/public/index.html index f1bb196..a322388 100644 --- a/public/index.html +++ b/public/index.html @@ -1,8 +1,10 @@ <!doctype html> <html> <head> - <title>Sucre</title> + <title>Glycémie</title> + <meta charset="UTF-8"> <link rel="stylesheet" href="main.css"> + <link rel="icon" href="icon.png"> </head> <body> <script src="main.js"></script> |