herdr-remote-relay 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,38 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en" class="dark">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <link rel="icon" type="image/svg+xml" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%237dd3fc' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><rect width='20' height='14' x='2' y='3' rx='2'/><line x1='8' x2='16' y1='21' y2='21'/><line x1='12' x2='12' y1='17' y2='21'/><polyline points='7 8 10 11 7 14'/><line x1='13' x2='17' y1='14' y2='14'/></svg>" />
6
+ <!-- `interactive-widget=resizes-content` makes the soft keyboard shrink the
7
+ layout viewport on Android, matching what the visualViewport-driven
8
+ --app-height does for iOS, so the key toolbar stays above it on both. -->
9
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover, interactive-widget=resizes-content" />
10
+ <meta name="theme-color" content="#0b1120" />
11
+ <!-- `apple-mobile-web-app-capable` is the iOS spelling; the unprefixed name
12
+ is the standard one every other engine reads, and Chrome warns when it
13
+ is missing. Both are needed for a full-screen install. -->
14
+ <meta name="mobile-web-app-capable" content="yes" />
15
+ <meta name="apple-mobile-web-app-capable" content="yes" />
16
+ <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
17
+ <meta name="description" content="Mobile-first remote terminal WebUI for Herdr agent multiplexer" />
18
+ <script>
19
+ // Establish the dark-only shell before the module stylesheet mounts so
20
+ // there is no light flash, regardless of OS or legacy stored settings.
21
+ (() => {
22
+ document.documentElement.classList.add('dark');
23
+ document.documentElement.classList.remove('light');
24
+ document.documentElement.style.colorScheme = 'dark';
25
+ document.querySelector('meta[name="theme-color"]')?.setAttribute('content', '#0b1120');
26
+ })();
27
+ </script>
28
+ <title>Herdr Remote WebUI</title>
29
+ <script type="module" crossorigin src="/assets/index-D2ksY-SN.js"></script>
30
+ <link rel="modulepreload" crossorigin href="/assets/vendor-icons-VfRMalKD.js">
31
+ <link rel="modulepreload" crossorigin href="/assets/vendor-react-B6szxdcU.js">
32
+ <link rel="modulepreload" crossorigin href="/assets/vendor-xterm-Bldps5fz.js">
33
+ <link rel="stylesheet" crossorigin href="/assets/index-Zi2TgjUt.css">
34
+ </head>
35
+ <body class="bg-term-bg text-term-text font-sans antialiased overflow-hidden select-none m-0 p-0 h-[100dvh] w-screen">
36
+ <div id="root" class="h-full w-full flex flex-col overflow-hidden"></div>
37
+ </body>
38
+ </html>