aboutsummaryrefslogtreecommitdiff
path: root/public/index.html
blob: 1639d268a9a8e9ceb9c423a030b2572e22f2ac23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!doctype html>
<html>
  <head>
    <title>Glycémie</title>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
    <link rel="stylesheet" href="main.css">
    <link rel="icon" href="icon.png">
  </head>
  <body>
    <script src="main.js"></script>
  </body>
</html>