-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
63 lines (55 loc) · 1.74 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!doctype html>
<html lang="en" class="sl-theme-dark" data-theme-accent="sky">
<head>
<meta charset="UTF-8" />
<!-- <link rel="icon" type="image/svg+xml" href="/favicon.svg" /> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- SEO -->
<link rel="canonical" href="https://jsfe.netlify.app" />
<meta property="og:type" content="website" />
<meta
name="apple-mobile-web-app-title"
content="JSON Schema Form Element - Web Component - Playground"
/>
<meta
property="og:site_name"
content="JSON Schema Form Element - Web Component - Playground"
/>
<title>JSON Schema Form Element - Web Component - Playground</title>
<meta
property="og:title"
content="JSON Schema Form Element - Web Component - Playground"
/>
<meta
name="twitter:title"
content="JSON Schema Form Element - Web Component - Playground"
/>
<meta
name="og:description"
property="og:description"
content="Effortless forms, with standards."
/>
<meta name="description" content="Effortless forms, with standards." />
<meta
name="twitter:description"
content="Effortless forms, with standards."
/>
<meta
property="og:image"
content="https://ik.imagekit.io/jc0/jsfe/design/og_json-schema-form-element_WrE_z1q7D.png"
/>
<meta
name="twitter:image:src"
content="https://ik.imagekit.io/jc0/jsfe/design/og_json-schema-form-element_WrE_z1q7D.png"
/>
<meta name="twitter:card" content="summary_large_image" />
<meta name="author" content="Julian Cataldo" />
<meta name="copyright" content="ISC" />
<!-- /SEO -->
<link rel="stylesheet" href="./src/global.scss" />
<script type="module" src="/src/app.ts"></script>
</head>
<body>
<jsfe-playground></jsfe-playground>
</body>
</html>