first commit

This commit is contained in:
2026-07-16 09:35:32 +02:00
commit dd0746e2e6
179 changed files with 25679 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
<!doctype html>
<html lang="de">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>d4rk_tablet</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<!-- Dünne Shell: bettet die gehostete MDT-Web-App als iframe ein und relayed Nachrichten. -->
<div id="wrap" class="hidden">
<iframe id="mdt" title="MDT" allow="clipboard-read; clipboard-write"></iframe>
</div>
<script src="app.js"></script>
</body>
</html>