this.gui 1.3.21 → 1.3.24
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.
- package/init/index.html +3 -3
- package/package.json +1 -1
package/init/index.html
CHANGED
|
@@ -8,14 +8,14 @@
|
|
|
8
8
|
type="image/svg+xml"
|
|
9
9
|
href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'><circle cx='32' cy='32' r='32' fill='%23006688'/><text x='50%' y='54%' text-anchor='middle' font-size='28' font-family='sans-serif' fill='white'>GUI</text></svg>"
|
|
10
10
|
/>
|
|
11
|
-
<title>.GUI
|
|
11
|
+
<title>.GUI</title>
|
|
12
12
|
<!-- Base metadata (can be overridden by Helmet) -->
|
|
13
13
|
<meta name="description" content="A .GUI powered application template" />
|
|
14
14
|
<meta name="author" content="this.GUI Team" />
|
|
15
15
|
<meta name="theme-color" content="#006688" />
|
|
16
16
|
<!-- Open Graph / Helmet-ready tags -->
|
|
17
|
-
<meta property="og:title" content=".GUI
|
|
18
|
-
<meta property="og:description" content="A .GUI
|
|
17
|
+
<meta property="og:title" content=".GUI" />
|
|
18
|
+
<meta property="og:description" content="A .GUI initialized via npx this.gui appName" />
|
|
19
19
|
<meta property="og:type" content="website" />
|
|
20
20
|
<meta property="og:image" content="/gui-preview.png" />
|
|
21
21
|
<meta property="og:url" content="https://this.gui" />
|