-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (29 loc) · 1.61 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dashboard</title>
<meta http-equiv="refresh" content="250">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="grid">
<iframe src="https://merrysky.net/forecast/flensburg/si" frameborder="0"></iframe>
<iframe class="hafas_webapp_iframe" allow="geolocation" id="HAFAS_WEBAPP_IFRAME_0" aria-label="Fahrplanauskunft" src="https://nah.sh.hafas.de/webapp/index.html?&language=de_DE&P=TP&SID=A%3D1%40O%3DFlensburg%20Terrassenstra%C3%9Fe%40X%3D9424246%40Y%3D54803096%40U%3D100%40L%3D9027424%40B%3D1%40p%3D1722879035%40&ZID=A%3D1%40O%3DFlensburg%20ZOB%40X%3D9437343%40Y%3D54785819%40U%3D100%40L%3D9027445%40B%3D1%40p%3D1722879035%40&start=yes&widget=1.0.0&" style="border: none;"></iframe>
<div style="display: grid; grid-template-rows: 1fr auto;">
<iframe style="width: 100%; height: 100%;" src="https://maps.sensor.community/grafana/d-solo/000000004/single-sensor-view?orgId=1&panelId=2&var-node=87534" frameborder="0"></iframe>
<section style="border: 4px dotted red; padding: 1rem; font-size: 2rem;">
<h3>Aufgaben</h3>
<ul>
<li><strong>Müll raus bringen</strong></li>
<li><strong>Saugen</strong></li>
<li><strong>Getränke nachfüllen</strong></li>
</ul>
</section>
</div>
<div id="clock"></div>
</div>
</body>
<script src="main.js"></script>
</html>