Skip to content

Commit 897c03d

Browse files
authored
update index file (#940)
1 parent a383528 commit 897c03d

1 file changed

Lines changed: 39 additions & 53 deletions

File tree

meta_configurator/index.html

Lines changed: 39 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -1,62 +1,48 @@
11
<!DOCTYPE html>
22
<html lang="en" class="h-full">
3-
<head>
3+
<head>
44
<meta charset="UTF-8" />
55
<link rel="icon" href="/favicon2.png" />
66
<link href="src/style.css" rel="stylesheet" />
77
<link href="primeicons/primeicons.css" />
8-
<meta name="viewport" content="width=device-width initial-scale=1.0" />
9-
<title>MetaConfigurator – JSON Schema Editor and Form Generator</title>
10-
<meta name="description" content="MetaConfigurator is a powerful JSON Schema editor and form generator. It provides a graphical schema editor, CSV import, code and documentation generation, AI-assistance and more." />
8+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
119

12-
<meta property="og:title" content="MetaConfigurator – JSON Schema Editor and Form Generator" />
13-
<meta property="og:description" content="MetaConfigurator is a powerful JSON Schema editor and form generator. It provides a graphical schema editor, CSV import, code and documentation generation, AI-assistance and more." />
14-
<meta property="og:type" content="website" />
15-
<meta property="og:url" content="https://github.com/MetaConfigurator/meta-configurator" />
10+
<title>MetaConfigurator – JSON Schema Editor and Form Generator</title>
11+
<meta
12+
name="description"
13+
content="MetaConfigurator is a powerful JSON Schema editor and form generator. It provides a graphical schema editor, CSV import, code and documentation generation, AI assistance, and more."
14+
/>
1615

17-
<script type="application/ld+json">
18-
{
19-
"@context": "https://schema.org",
20-
"@type": "SoftwareApplication",
21-
"name": "MetaConfigurator",
22-
"url": "https://www.metaconfigurator.org/",
23-
"applicationCategory": "DeveloperApplication",
24-
"operatingSystem": "Web",
25-
"description": "MetaConfigurator is a JSON Schema Editor and Form Generator with AI assistance and Code/Documentation generation for JSON, YAML and XML.",
26-
"softwareVersion": "1.0.0",
27-
"author": [
28-
{
29-
"@type": "Person",
30-
"name": "Felix Neubauer"
31-
},
32-
{
33-
"@type": "Person",
34-
"name": "Paul Bredl"
35-
},
36-
{
37-
"@type": "Person",
38-
"name": "Minye Xu"
39-
},
40-
{
41-
"@type": "Person",
42-
"name": "Keyuriben Patel"
43-
},
44-
{
45-
"@type": "Person",
46-
"name": "Jürgen Pleiss"
47-
},
48-
{
49-
"@type": "Person",
50-
"name": "Benjamin Uekermann"
51-
}
52-
]
53-
}
54-
</script>
16+
<meta property="og:title" content="MetaConfigurator – JSON Schema Editor and Form Generator" />
17+
<meta
18+
property="og:description"
19+
content="MetaConfigurator is a powerful JSON Schema editor and form generator. It provides a graphical schema editor, CSV import, code and documentation generation, AI assistance, and more."
20+
/>
21+
<meta property="og:type" content="website" />
22+
<meta property="og:url" content="https://www.metaconfigurator.org/" />
5523

56-
</head>
57-
<body class="h-full">
58-
<div id="app" class="h-full"></div>
59-
<h1>MetaConfigurator – JSON Schema Editor and Form Generator with AI assistance and Code/Documentation generation for JSON, YAML and XML.</h1>
60-
<script type="module" src="/src/main.ts"></script>
61-
</body>
62-
</html>
24+
<script type="application/ld+json">
25+
{
26+
"@context": "https://schema.org",
27+
"@type": "SoftwareApplication",
28+
"name": "MetaConfigurator",
29+
"url": "https://www.metaconfigurator.org/",
30+
"applicationCategory": "DeveloperApplication",
31+
"operatingSystem": "Web",
32+
"description": "MetaConfigurator is a JSON Schema Editor and Form Generator with AI assistance and code/documentation generation for JSON, YAML, and XML.",
33+
"author": [
34+
{ "@type": "Person", "name": "Felix Neubauer" },
35+
{ "@type": "Person", "name": "Paul Bredl" },
36+
{ "@type": "Person", "name": "Minye Xu" },
37+
{ "@type": "Person", "name": "Keyuriben Patel" },
38+
{ "@type": "Person", "name": "Jürgen Pleiss" },
39+
{ "@type": "Person", "name": "Benjamin Uekermann" }
40+
]
41+
}
42+
</script>
43+
</head>
44+
<body class="h-full">
45+
<div id="app" class="h-full"></div>
46+
<script type="module" src="/src/main.ts"></script>
47+
</body>
48+
</html>

0 commit comments

Comments
 (0)