thermo-pwa/app/templates/index.html

18 lines
629 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">
<link rel="manifest" href="/static/manifest.json">
<!-- 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">
<script src="/static/js/app.js"></script>
<script src="/static/js/ui.js"></script>
</body>
</html>