adjust window-title and header from OpenDTU to OpenDTU-onBattery Additionally change orientation of battery symbol to vertically centered (looks nicer) Signed-off-by: Martin Dummer <martin.dummer@gmx.net>
19 lines
628 B
HTML
19 lines
628 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" href="/favicon.ico" />
|
|
<link rel="shortcut icon" type="image/png" href="/favicon.png">
|
|
<link rel="apple-touch-icon" href="/favicon.png">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>OpenDTU-onBattery</title>
|
|
</head>
|
|
<body>
|
|
<noscript>
|
|
<strong>We're sorry but OpenDTU doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
|
|
</noscript>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.ts"></script>
|
|
</body>
|
|
</html>
|