ソースを参照

adding iframe to a subpage with monitoring

BaumSplitter41 2 日 前
コミット
9788b70940
1 ファイル変更33 行追加0 行削除
  1. 33 0
      monitoring.html

+ 33 - 0
monitoring.html

@@ -0,0 +1,33 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="UTF-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <title>BaumSplitter41</title>
+    <link rel="stylesheet" href="css/style.css">
+    <link rel="icon" type="image/png" href="../assets/Logo_BaumSplitter41_transparent.png"/>
+</head>
+<body>
+
+
+  <iframe
+      src="https://grafana.baumsplitter41.tech/public-dashboards/65f52d4d8aa24fdc935e17e7b2dc693b"
+      frameborder="0"
+      width="100%"
+      height="600"
+      style="border:1px solid #ccc; border-radius:8px;"
+  ></iframe>
+
+    <iframe
+      src="https://baumsplitter41.eu/"
+      frameborder="0"
+      width="100%"
+      height="600"
+      style="border:1px solid #ccc; border-radius:8px;"
+  ></iframe>
+  </body>
+
+<footer>
+	<p>© 2026 baumsplitter41.eu</p>
+</footer>
+</html>