thermo-pwa/app/templates/index2.html

18 lines
697 B
HTML
Raw Normal View History

2020-08-07 16:12:24 +00:00
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>thermo</title>
<link type="text/css" href="/static/css/styles.css" rel="stylesheet">
<!-- ios support -->
<link rel="apple-touch-icon" href="/static/img/icons/icon-96x96.png">
<meta name="apple-mobile-web-app-status-bar" content="#FFE1C4">
</head>
<body class="grey lighten-4">
2020-08-09 12:25:31 +00:00
<canvas id="line-chart" style="width: 512px; height: 500px"></canvas>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.5.0/Chart.min.js"></script>
2020-08-07 16:12:24 +00:00
<script src="/static/js/ui.js"></script>
</body>
</html>