path:
/index.html
511 B | plain
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="de">
<head>
<title>Smart Home</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<meta name="theme-color" content="#43a047">
<link rel="manifest" href="./manifest.json">
<style>
body {
margin: 0;
}
</style>
</head>
<body>
<smarthome-layout></smarthome-layout>
<noscript>JavaScript is required to use Smart Home</noscript>
<script type="module" src="main.min.js"></script>
</body>
</html>