this.gui 1.3.40 → 1.3.41

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,27 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
+ <link
7
+ rel="icon"
8
+ type="image/svg+xml"
9
+ href="https://res.cloudinary.com/dkwnxf6gm/image/upload/v1761276578/this.gui.npm.png"/>
10
+ <title>.GUI</title>
11
+ <!-- Base metadata (can be overridden by Helmet) -->
12
+ <meta name="description" content="A .GUI powered application template" />
13
+ <meta name="author" content="this.GUI Team" />
14
+ <meta name="theme-color" content="#006688" />
15
+ <!-- Open Graph / Helmet-ready tags -->
16
+ <meta property="og:title" content=".GUI" />
17
+ <meta property="og:description" content="A .GUI initialized via npx this.gui appName" />
18
+ <meta property="og:type" content="website" />
19
+ <meta property="og:image" content="/gui-preview.png" />
20
+ <meta property="og:url" content="https://this.gui" />
21
+ <!-- Helmet will manage dynamic head updates -->
22
+ </head>
23
+ <body>
24
+ <div id="root"></div>
25
+ <script type="module" src="/src/main.tsx"></script>
26
+ </body>
27
+ </html>