mirror of https://github.com/Askill/thermo-pwa.git
18 lines
629 B
HTML
18 lines
629 B
HTML
<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> |