-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
73 lines (64 loc) · 3.98 KB
/
index.html
File metadata and controls
73 lines (64 loc) · 3.98 KB
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
64
65
66
67
68
69
70
71
72
73
<!DOCTYPE html>
<html lang="en">
<head>
<title>Internet Object Playground: Experience the New Data Format</title>
<link rel="icon" href="/favicon.ico" />
<link rel="canonical" href="https://play.internetobject.org/" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- SEO -->
<meta name="description" content="Convert, compare, and visualize data instantly with Internet Object Playground. Experience faster, lighter, schema-first data exchange. Try it now and see the difference!" />
<meta name="keywords" content="Internet Object, Data Serialization Format, JSON, Schema-First, Lightweight Format, Web Communication, Data Format, JSON Alternative, CSV Alternative, Human Readable Format, Efficient Data Transfer, Protocol Buffer, Binary Serialization, Lightweight Data Format, Web Data Exchange, Cross-platform Serialization, JSON Enhancement" />
<!-- Open Graph / Facebook -->
<meta property="og:title" content="Internet Object Playground: Experience the New Data Format" />
<meta property="og:description" content="Convert, compare, and visualize data instantly with Internet Object Playground. Experience faster, lighter, schema-first data exchange. Try it now and see the difference!" />
<meta property="og:url" content="https://play.internetobject.org/" />
<meta property="og:image" content="https://play.internetobject.org/og.png" />
<meta property="og:type" content="website" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Internet Object Playground: Experience the New Data Format" />
<meta name="twitter:description" content="Convert, compare, and visualize data instantly with Internet Object Playground. Experience faster, lighter, schema-first data exchange. Try it now and see the difference!" />
<meta name="twitter:image" content="https://play.internetobject.org/og.png" />
<meta name="twitter:site" content="@internetobject" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebPage",
"name": "Internet Object Playground - A Data Serialization Format",
"description": "Convert, compare, and visualize data instantly with Internet Object Playground. Experience faster, lighter, schema-first data exchange. Try it now and see the difference!",
"url": "https://play.internetobject.org/",
"image": "https://play.internetobject.org/og.png",
"publisher": {
"@type": "Organization",
"name": "Internet Object",
"logo": {
"@type": "ImageObject",
"url": "https://play.internetobject.org/logo.png"
}
}
}
</script>
<!-- SEO -->
<link rel="apple-touch-icon" href="/apple-touch-icon-180x180.png" />
<link rel="manifest" href="/manifest.json" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Open+Sans:wght@300;400;700&family=Oswald:wght@200..700&family=Roboto:wght@100;400;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&family=Oswald:wght@200..700&family=Roboto:wght@100;400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" />
</head>
<body>
<div id="root"></div>
<!-- Vite entry point -->
<script type="module" src="/src/index.tsx"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-141289454-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-141289454-1');
</script>
</body>
</html>