aboutsummaryrefslogtreecommitdiff
path: root/public/index.html
diff options
context:
space:
mode:
authorJoris2017-04-05 17:04:33 +0200
committerJoris2017-04-05 17:04:33 +0200
commit9a95a674fbbf1e64d3ad07922d569c3a1c751cf2 (patch)
tree2f99889040b0af406df1c403b9d930fe77e706cf /public/index.html
parentf6a73e5bd6a5e2d7d4eb9c8a14bdf1a0c8a4ac4c (diff)
Show aliments, glycemic index, carbohydrates and glycemic charge
Diffstat (limited to 'public/index.html')
-rw-r--r--public/index.html4
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>