-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (39 loc) · 1.11 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Mes boissons chaudes</title>
<meta name="theme-color" content="#ffc40d">
<meta name="msapplication-config" content="static/icons/browserconfig.xml">
<link href="static/css/demo.css" rel="stylesheet"/>
<script>
window.onload = function () {
beverages({
el: '#beverages',
gSheetId: '15DoM_Y1uH9zQWAgPxpiSegYGlP7gnoelFpxv4d91zJI',
celsius: true
/* filters: {
bases: ['teas'],
times: ['unknown'],
autoTime: true
} */
})
}
</script>
<link rel="mask-icon" href="static/icons/beverages-pinned-tab.svg" color="#ffc40d">
</head>
<body>
<a href="https://github.com/cyChop/beverages-js" class="fork-me">
<img src="static/img/fork-on-github.png" alt="Fork me on GitHub"/>
</a>
<div id="beverages"></div>
<!-- built files will be auto injected -->
<footer class="footer">
<div class="content">
Beverages.js by cyChop
- <a href="https://github.com/cyChop/beverages-js">See on Github</a>
- <a href="doc">How-to and developer doc</a>
</div>
</footer>
</body>
</html>